diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-09 10:10:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-09 10:10:03 +0000 |
commit | b11b1637e0312642101b7b3191394f9e3cbe876b (patch) | |
tree | 299bc0d4918a763ec97276c0ffb0cd50e002eb56 /Mk | |
parent | 7806d1a9913022d7ea556b3c19af69c0d24985ba (diff) | |
download | ports-b11b1637e0312642101b7b3191394f9e3cbe876b.tar.gz ports-b11b1637e0312642101b7b3191394f9e3cbe876b.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 6243dad431ab..ca122b4421bd 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -109,7 +109,7 @@ baselibs() { ;; esac done <<-EOF - $(find ${STAGEDIR}${BIN} ${STAGEDIR}${PREFIX}/sbin \ + $(find ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin \ ${STAGEDIR}${PREFIX}/lib ${STAGEDIR}${PREFIX}/libexec \ -type f -exec ldd -a {} + 2>/dev/null) EOF |