summaryrefslogtreecommitdiffstats
path: root/http/palemoon/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/palemoon/PRE_BUILD')
-rwxr-xr-xhttp/palemoon/PRE_BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/palemoon/PRE_BUILD b/http/palemoon/PRE_BUILD
index 4d8a31389b..4e66c2b33f 100755
--- a/http/palemoon/PRE_BUILD
+++ b/http/palemoon/PRE_BUILD
@@ -4,6 +4,8 @@ verify_file &&
7z x "${SOURCE_CACHE}/${SOURCE}" > /dev/null &&
+patch -p0 < "${SPELL_DIRECTORY}/libvpx.patch" &&
+
# resurrect permissions not stored by 7zip
find . -type d -exec chmod 755 '{}' \; &&
find . -type f -exec chmod 644 '{}' \; &&