From e9f48293ee62c8b9e2a70e7dd5fb8a768b798cdf Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 20 May 2007 12:41:38 +0000 Subject: [PATCH] Some localization files are executable and should not be --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2