diff options
author | William Pitcock <nenolod@dereferenced.org> | 2015-05-18 19:36:20 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2015-05-18 19:36:20 -0500 |
commit | 1b3341043166220db074bc6e845328944ae6b737 (patch) | |
tree | ed4ef3db14c178fc15674a7e4f8697d3e33f2dc7 /main/firefox | |
parent | 1774dd06afa61cf1f8da3cb4ab1033becc889ad0 (diff) | |
download | aports-1b3341043166220db074bc6e845328944ae6b737.tar.bz2 aports-1b3341043166220db074bc6e845328944ae6b737.tar.xz |
main/firefox: paxmark plugin-container as well
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index 43738743c4..8846fa5f7c 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 |