[SCM] juce/master: fix permissions in the correct directory

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Feb 11 13:06:47 UTC 2016


The following commit has been merged in the master branch:
commit dc85f1c2b81e4494a4d69ccf652503544376c335
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Feb 11 11:54:08 2016 +0100

    fix permissions in the correct directory

diff --git a/debian/rules b/debian/rules
index 1da48e9..e1642d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ 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" \
+	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/juce -type f -name "*.h" -or -name "*.cpp" \
 		-exec chmod 0644 {} +
 
 clean::

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list