[SCM] mixxx/master: Set skins' files permissions properly.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Sep 23 17:09:39 UTC 2010


The following commit has been merged in the master branch:
commit 377150b362f6a63167f664a44fe2b39b672abb50
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Sep 23 18:45:42 2010 +0200

    Set skins' files permissions properly.

diff --git a/debian/rules b/debian/rules
index a41c89d..c4d354f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,4 @@ override_dh_auto_install:
 		-o -name shifter.sh -o -name '*.xsl' -o -name '*.php' \) \
 		-exec rm -f {} \;
 	find $(CURDIR)/debian/tmp -name '*.js' -exec chmod -x {} \;
+	find $(CURDIR)/debian/tmp/usr/share/mixxx/ -type f -exec chmod -x {} \;

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list