diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-09 18:10:03 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-09 18:10:03 +0800 |
commit | b11b1637e0312642101b7b3191394f9e3cbe876b (patch) | |
tree | 299bc0d4918a763ec97276c0ffb0cd50e002eb56 /Mk/Scripts | |
parent | 7806d1a9913022d7ea556b3c19af69c0d24985ba (diff) | |
download | freebsd-ports-gnome-b11b1637e0312642101b7b3191394f9e3cbe876b.tar.gz freebsd-ports-gnome-b11b1637e0312642101b7b3191394f9e3cbe876b.tar.zst freebsd-ports-gnome-b11b1637e0312642101b7b3191394f9e3cbe876b.zip |
Fix a typo that made baselibs QA check run twice on some files
With hat: portmgr
Diffstat (limited to 'Mk/Scripts')
-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 |