svn commit: r342603 - head/x11-themes/gnome-icons

Antoine Brodin antoine at FreeBSD.org
Tue Feb 4 20:22:55 UTC 2014


Author: antoine
Date: Tue Feb  4 20:22:55 2014
New Revision: 342603
URL: http://svnweb.freebsd.org/changeset/ports/342603
QAT: https://qat.redports.org/buildarchive/r342603/

Log:
  Do not loop inside the stage directory

Modified:
  head/x11-themes/gnome-icons/bsd.gnome-icons.mk

Modified: head/x11-themes/gnome-icons/bsd.gnome-icons.mk
==============================================================================
--- head/x11-themes/gnome-icons/bsd.gnome-icons.mk	Tue Feb  4 20:10:16 2014	(r342602)
+++ head/x11-themes/gnome-icons/bsd.gnome-icons.mk	Tue Feb  4 20:22:55 2014	(r342603)
@@ -15,9 +15,11 @@ do-install: icon-do-install
 
 icon-do-install:
 	cd ${WRKDIR} && ${FIND} * -type d ! -empty \
+		! -path 'stage*' \
 		-exec ${MKDIR} -m 0755 \
 		${STAGEDIR}${PREFIX}/share/icons/"{}" \;
 	cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \
 		! -name '${LICENSE}' \
+		! -path 'stage/*' \
 		-exec ${INSTALL_DATA} ${WRKDIR}/"{}" \
 		${STAGEDIR}${PREFIX}/share/icons/"{}" \;


More information about the svn-ports-all mailing list