[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-13-g35b88e2

C.J. Adams-Collier (none) cjac at dev0.
Mon Aug 3 18:17:05 UTC 2009


The following commit has been merged in the master branch:
commit 3c1c00dc6b070e33aef438ef89b52f04251d2003
Author: C.J. Adams-Collier <cjac at dev0.(none)>
Date:   Mon Aug 3 11:24:37 2009 -0700

    replace xargs with -exec

diff --git a/debian/rules b/debian/rules
index 6f82b30..85040e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ get-orig-source:
 	# Remove gems
 	rm -rf $(TARBALL_DIR)/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p287/lib/ruby/gems/1.8/gems/*
 	# remove binaries
-	find  $(TARBALL_DIR) -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' | xargs rm
+	find  $(TARBALL_DIR) -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' -exec rm \{\} \;
 	mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg
 	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
 	rm -r $(TARBALL_DIR)+dfsg

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list