diff options
Diffstat (limited to 'main/xulrunner/APKBUILD')
-rw-r--r-- | main/xulrunner/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD index dd90c62c16..ae65bff8cc 100644 --- a/main/xulrunner/APKBUILD +++ b/main/xulrunner/APKBUILD @@ -105,7 +105,6 @@ package() { # only used for startupcache creation. local paxflags="-m" [ "$CARCH" = "x86" ] && paxflags="-msp" - paxctl -c $paxflags */dist/bin/xpcshell || return 1 make -j1 DESTDIR="$pkgdir" -f client.mk install || return 1 |