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/Scripts/qa.sh | |
parent | - Update to 1.7.0 (diff) |
Fix a typo that made baselibs QA check run twice on some files
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=393773
Diffstat (limited to 'Mk/Scripts/qa.sh')
-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 |