fix permissions of installed source-files
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Thu, 11 Feb 2016 10:44:41 +0000 (11:44 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Thu, 11 Feb 2016 10:44:41 +0000 (11:44 +0100)
debian/rules

index e30c6c8943e0d2de1434b8bdfcefd86649ad4990..1da48e93e4f17f8d97c47c043752874b1274e08e 100755 (executable)
@@ -36,6 +36,10 @@ $(BUILDDIR)/Introjucer.1:
 build/libjuce-doc::
        cd doxygen && doxygen Doxyfile
 
+binary-post-install/juce-modules-source::
+       find $(CURDIR)/debian/$(cdbs_curpkg)/usr/include/ -type f -name "*.h" -or -name "*.cpp" \
+               -exec chmod 0644 {} +
+
 clean::
        rm -rf doxygen/doc
        rm -rf extras/Introjucer/Builds/Linux/build