aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2015-05-18 19:36:20 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2015-05-18 19:36:20 -0500
commit1b3341043166220db074bc6e845328944ae6b737 (patch)
treeed4ef3db14c178fc15674a7e4f8697d3e33f2dc7
parent1774dd06afa61cf1f8da3cb4ab1033becc889ad0 (diff)
main/firefox: paxmark plugin-container as well
-rw-r--r--main/firefox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD
index 43738743c4f..8846fa5f7c8 100644
--- a/main/firefox/APKBUILD
+++ b/main/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
pkgver=38.0.1
_pkgver=$pkgver
_xulver=$pkgver
-pkgrel=0
+pkgrel=1
pkgdesc="Firefox web browser"
url="https://www.mozilla.org/en-US/firefox/organizations/faq/"
arch="all"
@@ -134,6 +134,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