summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-04-30 21:09:52 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-04-30 21:09:52 -0300
commit88beb7fed48609e51aa5f03a56b4baf7531724a8 (patch)
tree0a1ac80be4e4e7f677d3683c32786e0f5df9d2b3 /debian/rules
parent48d25b593d473f17ca09d35c947cb2b600567e5c (diff)
downloadqtdeclarative-88beb7fed48609e51aa5f03a56b4baf7531724a8.tar.gz
Simply remove the execute bit.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 96c6be1..17250df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install:
-o -name '*.xml' \
-o -name '*.js' \
-o -name '*.jpg' \
- \) -print0 | xargs -0 chmod 644
+ \) -print0 | xargs -0 chmod a-x
# Remove libtool-like files
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la