summaryrefslogtreecommitdiffstats
path: root/testing/firefox
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-08-12 20:24:00 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-08-12 20:24:18 +0300
commit043ec736f4247a636e351c24919c0c99198c674b (patch)
tree2bed657ba7ffac74f59baccd2303948234a2e984 /testing/firefox
parent1c597e7a6742b82d91382844ffce4b7a7bd54a5d (diff)
testing/firefox: paxmark plugin-container as well
Diffstat (limited to 'testing/firefox')
-rw-r--r--testing/firefox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 8ebe651de64..3fff9a8c1ff 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
pkgver=39.0.3
_pkgver=$pkgver
_xulver=$pkgver
-pkgrel=0
+pkgrel=1
pkgdesc="Firefox web browser"
url="http://www.firefox.com"
arch="all"
@@ -133,6 +133,7 @@ package() {
[ "$CARCH" = "x86" ] && paxflags="-msp"
paxmark "$paxflags" "$pkgdir"/$_mozappdir/firefox || return 1
+ paxmark "$paxflags" "$pkgdir"/$_mozappdir/plugin-container || return 1
# xulrunner stub launcher has changed to using a symlink overlay...
# go figure