diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-17 13:05:48 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-17 13:05:48 +0000 |
commit | 6f9ef505689af2f92b4050c68cf1749f9a132f0b (patch) | |
tree | dd78eacd02a41e99301c45333c8c74567157d778 /main/xulrunner | |
parent | 59241ad357c5b7b2a37b02dd32afa56544278278 (diff) | |
download | aports-6f9ef505689af2f92b4050c68cf1749f9a132f0b.tar.bz2 aports-6f9ef505689af2f92b4050c68cf1749f9a132f0b.tar.xz |
main/xulrunner: touch to rebuild
Diffstat (limited to 'main/xulrunner')
-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 dd90c62c1..ae65bff8c 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 |