[SCM] dvbcut/master: debian/rules: fix clean target

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jul 2 09:07:10 UTC 2011


The following commit has been merged in the master branch:
commit 2f7011b809493d02ec64f4ea3cadeb9b622d0706
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 2 11:04:00 2011 +0200

    debian/rules: fix clean target
    
    generated Makefile is now spelled in lower case

diff --git a/debian/rules b/debian/rules
index 6ed48e9..368c5f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ build-stamp:
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean FFMPEG=/usr
+	[ ! -f makefile ] || $(MAKE) distclean FFMPEG=/usr
 	dh_clean build-stamp config.sub config.guess
 
 install: build

-- 
dvbcut packaging



More information about the pkg-multimedia-commits mailing list