svn commit: r393773 - head/Mk/Scripts

Antoine Brodin antoine at FreeBSD.org
Sun Aug 9 10:10:04 UTC 2015


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


More information about the svn-ports-all mailing list