summaryrefslogtreecommitdiffstats
path: root/http/palemoon/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/palemoon/PRE_BUILD')
-rwxr-xr-xhttp/palemoon/PRE_BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/palemoon/PRE_BUILD b/http/palemoon/PRE_BUILD
index 282d79ce03..05e58edb32 100755
--- a/http/palemoon/PRE_BUILD
+++ b/http/palemoon/PRE_BUILD
@@ -7,8 +7,8 @@ verify_file &&
# resurrect permissions not stored by 7zip
find . -type d -exec chmod 755 '{}' \; &&
find . -type f -exec chmod 644 '{}' \; &&
-find . -name '*.sh' -exec chmod +x {} \; &&
-chmod -R +x build/autoconf/* python/* &&
+find build/autoconf -type f -not -name '*.m4' -exec chmod +x '{}' \; &&
+chmod +x python/mozbuild/mozbuild/mozconfig_loader &&
if is_depends_enabled $SPELL cairo; then
patch -p0 < "${SPELL_DIRECTORY}/cairo-system.patch"