aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox-esr
diff options
context:
space:
mode:
Diffstat (limited to 'community/firefox-esr')
-rw-r--r--community/firefox-esr/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD
index 43d8ae44f79..98fe82ca96a 100644
--- a/community/firefox-esr/APKBUILD
+++ b/community/firefox-esr/APKBUILD
@@ -112,6 +112,9 @@ build() {
make -f client.mk build \
STRIP="/bin/true" \
|| return 1
+
+ # we need set paxmark outside fakeroot
+ paxmark -msp */dist/bin/xpcshell || return 1
}
package() {