From a94f3100dfd59ff529faa835546060fa0c45f2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 17 Jun 2015 19:34:39 +0200 Subject: [PATCH] png icons seem no more executable (debian rules) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a5f5f4fa8..ce933ed21 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,8 @@ override_dh_auto_install: override_dh_fixperms: dh_fixperms chmod a-x $(CURDIR)/debian/python3-gramps/usr/share/gramps/css/Web_*.css - chmod a-x $(CURDIR)/debian/python3-gramps/usr/share/gramps/images/22x22/gramps*.png - chmod a-x $(CURDIR)/debian/python3-gramps/usr/share/gramps/images/16x16/gramps*.png + #chmod a-x $(CURDIR)/debian/python3-gramps/usr/share/gramps/images/hicolor/22x22/actions/gramps*.png + #chmod a-x $(CURDIR)/debian/python3-gramps/usr/share/gramps/images/hicolor/16x16/actions/gramps*.png # Avoid compressing COPYING file so that it can appear in the "About" dialog override_dh_compress: