[SCM] faust/master: properly fix permissions
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Jan 4 20:18:11 UTC 2017
The following commit has been merged in the master branch:
commit cbb82b191c704c31f236a593791526a3643b430b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Wed Jan 4 11:34:10 2017 +0100
properly fix permissions
Gbp-Dch: ignore
diff --git a/debian/rules b/debian/rules
index 68d67f0..5a6bd5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,8 +53,9 @@ binary-post-install/faust-common::
# remove binary artifacts from to-be /usr/share
rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust/iOS/osclib/
# fix permissions
- find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust \
- -name "*.cpp" -o -name "*.jucer" \
+ find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust -name "*.cpp" \
+ -exec chmod a-x {} +
+ find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust -name "*.jucer" \
-exec chmod a-x {} +
.PHONY: missing-sources
--
faust packaging
More information about the pkg-multimedia-commits
mailing list