r35301 - /packages/unstable/rhythmbox/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 10 14:19:35 UTC 2012


Author: biebl
Date: Sun Jun 10 14:19:34 2012
New Revision: 35301

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35301
Log:
Use builtin -delete command of find.

Modified:
    packages/unstable/rhythmbox/debian/rules

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=35301&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Sun Jun 10 14:19:34 2012
@@ -31,8 +31,8 @@
 DEB_DH_MAKESHLIBS_ARGS_librhythmbox-core6 += -V
 
 $(patsubst %,binary-post-install/%,$(DEB_PACKAGES)) ::
-	find debian/$(cdbs_curpkg) -name '*.a' -exec rm -f '{}' ';'
-	find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
+	find debian/$(cdbs_curpkg) -name '*.a' -delete
+	find debian/$(cdbs_curpkg) -name '*.la' -delete
 	dh_python2 -p$(cdbs_curpkg) /usr/lib/rhythmbox
 
 # List any files which are not installed




More information about the pkg-gnome-commits mailing list