[debian] replace find | xargs rm with find -delete in cube skeleton. Closes #3161797 stable
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 23 Sep 2013 15:03:03 +0200
branchstable
changeset 9238 08812a274425
parent 9237 6dd47bcfcf88
child 9239 dde9fe1e0ce3
[debian] replace find | xargs rm with find -delete in cube skeleton. Closes #3161797
skeleton/debian/rules.tmpl
--- a/skeleton/debian/rules.tmpl	Mon Sep 23 15:02:45 2013 +0200
+++ b/skeleton/debian/rules.tmpl	Mon Sep 23 15:03:03 2013 +0200
@@ -17,7 +17,7 @@
 	dh_testdir
 	rm -f build-stamp configure-stamp
 	rm -rf build
-	find . -name "*.pyc" | xargs rm -f
+	find . -name "*.pyc" -delete
 	dh_clean
 
 install: build