aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/firefox/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 38db8777af..d2044b4676 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -141,6 +141,10 @@ build() {
--with-system-zlib \
|| return 1
make || return 1
+
+ # paxmark outside fakeroot
+ paxmark -msp dist/bin/xpcshell || return 1
+
}
package() {