[SCM] flowblade/master: Fix delete backup files.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat May 16 09:53:52 UTC 2015


The following commit has been merged in the master branch:
commit 694238954a7284ab76fccfd31d3b8b6ae4350e32
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 16 10:46:01 2015 +0200

    Fix delete backup files.

diff --git a/debian/rules b/debian/rules
index 6db9b40..93c3db2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ clean::
 	rm -f $(patsubst %,debian/flowblade.%,mime sharedmimeinfo desktop)
 
 binary-post-install/$(pkg)::
-	find $(cdbs_curdestdir) -name '*~'
+	find $(cdbs_curdestdir) -name '*~' -delete
 
 binary-fixup/$(pkg)::
 	chmod +x $(cdbs_curdestdir)usr/share/flowblade/Flowblade/launch/flowbladebatch

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list