30 Mar
2006
30 Mar
'06
10:56 a.m.
Author: sten Date: 2006-03-30 12:56:22 +0200 (Thu, 30 Mar 2006) New Revision: 1068 Modified: crux-2.2/ports/opt/amarok/Pkgfile Log: amarok: make find more efficient by using -delete instead of | xargs Modified: crux-2.2/ports/opt/amarok/Pkgfile =================================================================== --- crux-2.2/ports/opt/amarok/Pkgfile 2006-03-30 10:55:25 UTC (rev 1067) +++ crux-2.2/ports/opt/amarok/Pkgfile 2006-03-30 10:56:22 UTC (rev 1068) @@ -19,5 +19,5 @@ make make prefix=$PKG/usr install find $PKG/usr/share/{doc/HTML,locale}/* ! -wholename "*HTML/en*" \ - ! -wholename "*locale/en*" | xargs rm -rf + ! -wholename "*locale/en*" -delete }