diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-08-12 20:24:00 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-08-12 20:24:18 +0300 |
commit | 043ec736f4247a636e351c24919c0c99198c674b (patch) | |
tree | 2bed657ba7ffac74f59baccd2303948234a2e984 | |
parent | 1c597e7a6742b82d91382844ffce4b7a7bd54a5d (diff) | |
download | aports-043ec736f4247a636e351c24919c0c99198c674b.tar.bz2 aports-043ec736f4247a636e351c24919c0c99198c674b.tar.xz |
testing/firefox: paxmark plugin-container as well
-rw-r--r-- | testing/firefox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 8ebe651de6..3fff9a8c1f 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 |