]> git.donarmstrong.com Git - roundcube.git/commitdiff
Remove bin directory. It is now empty.
authorVincent Bernat <bernat@debian.org>
Sat, 8 Jan 2011 15:02:34 +0000 (15:02 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:23:39 +0000 (21:23 +0200)
debian/rules

index d521ef136760eed3b5dff32b3c7af6c9e9bef90f..529c41f71a79e8c012560ba76b7d414251984702 100755 (executable)
@@ -41,7 +41,7 @@ binary-install/roundcube-core::
        # Some files are executable while not being scripts or binary...
        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
+       rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin
        find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm
        find $(CURDIR)/debian/roundcube-core -name '*.js.src' -print0 | xargs -r0 rm
        # Remove files shipped in tinymce package