]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/rules
Remove bin directory. It is now empty.
[roundcube.git] / 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