From: Vincent Bernat <bernat@luffy.cx> Date: Sun, 20 May 2007 12:41:38 +0000 (+0000) Subject: Some localization files are executable and should not be X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e9f48293ee62c8b9e2a70e7dd5fb8a768b798cdf;p=roundcube.git Some localization files are executable and should not be --- diff --git a/debian/rules b/debian/rules index 763ae52..96e7b8d 100755 --- a/debian/rules +++ b/debian/rules @@ -42,6 +42,7 @@ binary-install/roundcube:: chmod -x $(CURDIR)/debian/roundcube/var/lib/roundcube/skins/default/images/buttons/down_arrow.png chmod -x $(CURDIR)/debian/roundcube/var/lib/roundcube/skins/default/googiespell.css chmod -x $(CURDIR)/debian/roundcube/usr/share/roundcube/program/js/googiespell.js + find $(CURDIR)/debian/roundcube/usr/share/roundcube/program/localization -type f -print0 | xargs -0 chmod -x clean:: debconf-updatepo