]> git.donarmstrong.com Git - roundcube.git/commitdiff
More general rule to remove executable bit
authorVincent Bernat <bernat@debian.org>
Sun, 27 Sep 2009 09:01:24 +0000 (09:01 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:24:31 +0000 (20:24 +0200)
debian/rules

index 752ed663cddf2f233756252bd6881cfae8d5931b..d737fee7c3cd903424f0327f3283bc92e3d8318f 100755 (executable)
@@ -38,7 +38,7 @@ binary-install/roundcube-core::
        cp -r $(CURDIR)/debian/sql/* $(CURDIR)/debian/roundcube-core/usr/share/dbconfig-common/data/roundcube/upgrade/.
 
        # Some files are executable while not being scripts or binary...
-       find $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program -type f -print0 | xargs -r0 chmod -x
+       find $(CURDIR)/debian/roundcube-core/usr/share/roundcube -type f -print0 | xargs -r0 chmod -x
        # Remove useless file
        rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/*.sh
        find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm