aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts/qa.sh
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-23 11:31:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-23 11:31:15 +0000
commit267e746730ae4846d76e6f70238baec88b08deb9 (patch)
tree3df8dad14cb181ea08ee7a61783621188827dfe3 /Mk/Scripts/qa.sh
parent201583b71a727e3e6f68c682a0bd88d75607818a (diff)
downloadports-267e746730ae4846d76e6f70238baec88b08deb9.tar.gz
ports-267e746730ae4846d76e6f70238baec88b08deb9.zip
Notes
Diffstat (limited to 'Mk/Scripts/qa.sh')
-rw-r--r--Mk/Scripts/qa.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 5a46b4c261ea..3462295ee290 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -134,6 +134,9 @@ symlinks() {
err "Bad symlink '${l#${STAGEDIR}${PREFIX}/}' pointing inside the stage directory"
rc=1
;;
+ /*)
+ warn "Bad symlink '${l#${STAGEDIR}}' pointing to an absolute pathname '${link}'"
+ ;;
esac
# Use heredoc to avoid losing rc from find|while subshell.
done <<-EOF
@@ -607,7 +610,9 @@ proxydeps() {
return ${rc}
}
-checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs terminfo proxydeps"
+checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo"
+checks="$checks suidfiles libtool libperl prefixvar baselibs terminfo"
+checks="$checks proxydeps"
ret=0
cd ${STAGEDIR}