r10071 - /trunk/libhtml-treebuilder-xpath-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 30 19:59:17 UTC 2007


Author: dmn
Date: Fri Nov 30 19:59:16 2007
New Revision: 10071

URL: http://svn.debian.org/wsvn/?sc=1&rev=10071
Log:
Use null-terminated strings between find and xargs

Modified:
    trunk/libhtml-treebuilder-xpath-perl/debian/rules

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/rules?rev=10071&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/rules (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/rules Fri Nov 30 19:59:16 2007
@@ -43,7 +43,7 @@
 
 install: build install-stamp
 	# remove .packlist files inserted by MakeMaker
-	find $(TMP) -type f -name .packlist | xargs -r rm -f
+	find $(TMP) -type f -name .packlist -print0 | xargs -0 -r rm -f
 
 
 install-stamp:




More information about the Pkg-perl-cvs-commits mailing list