Date: Sun, 9 Aug 2015 10:10:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393773 - head/Mk/Scripts Message-ID: <201508091010.t79AA4JV054229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 9 10:10:03 2015 New Revision: 393773 URL: https://svnweb.freebsd.org/changeset/ports/393773 Log: Fix a typo that made baselibs QA check run twice on some files With hat: portmgr Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sun Aug 9 10:04:10 2015 (r393772) +++ head/Mk/Scripts/qa.sh Sun Aug 9 10:10:03 2015 (r393773) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091010.t79AA4JV054229>