[SCM] kodi/master: Fix make clean

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Jan 25 20:26:59 UTC 2017


The following commit has been merged in the master branch:
commit 9fe48d5c84c8561cc1a6e4f3e1950d635f82c577
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Jan 24 11:47:33 2017 +0100

    Fix make clean

diff --git a/debian/rules b/debian/rules
index d27c831..c4cc1a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ override_dh_clean:
 		-d $(DVDNAV_COMPONENT) || true
 	ls $(CURDIR)/debian/patches/libdvdread-* | tac | xargs cat | patch -R --no-backup-if-mismatch -r - -s -p1 \
 		-d $(DVDREAD_COMPONENT) || true
-	rm -f addons/webinterface.default
+	rm -rf $(CURDIR)/addons/webinterface.default
 	rm -f debian/dh-addon/*.1
 
 override_dh_auto_clean:

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list