fix permissions in the correct directory
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Thu, 11 Feb 2016 10:54:08 +0000 (11:54 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Thu, 11 Feb 2016 10:54:08 +0000 (11:54 +0100)
debian/rules

index 1da48e93e4f17f8d97c47c043752874b1274e08e..e1642d38565469cc322d9d7aed1ce472d1f7bd3b 100755 (executable)
@@ -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::