]> git.decadent.org.uk Git - emusic-remote.git/commitdiff
Removed executable permission from non-executable files.
authorBen Hutchings <ben@decadent.org.uk>
Wed, 13 Feb 2008 00:33:58 +0000 (00:33 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 3 Nov 2008 00:36:45 +0000 (00:36 +0000)
debian/rules

index fc68116eeef6e073f38569816eaf11a228e77ab2..4119776f3001b256a2ccccad0b21414ec917a91f 100755 (executable)
@@ -12,13 +12,15 @@ install: build
        dh_testdir
        dh_testroot
        dh_clean -k 
+       dh_install
+       find debian/emusic-remote/usr/share/emusic-remote -type f \
+       | xargs chmod -x
 
 binary-indep: install
        dh_testdir
        dh_testroot
        dh_installchangelogs 
        dh_installdocs
-       dh_install
        dh_installmenu
        dh_compress
        dh_fixperms