diff options
author | B. Watson <yalhcru@gmail.com> | 2021-02-11 15:57:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:05 +0700 |
commit | e335f3229a746347b5f49249b8f5318257d4b4b8 (patch) | |
tree | 986ca3093508b04c01d09d22922390f699506dd6 /games/ioquake3/ioquake3.SlackBuild | |
parent | 43f3127dae00a836c0fbf7a365527e5856288126 (diff) |
games/ioquake3: Do not write to $CWD.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ioquake3/ioquake3.SlackBuild')
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index 5c35ece70b45..c52a7f25ce8b 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -100,8 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # update quake3 files to newest point release (1.32b) -chmod +x $CWD/linuxq3apoint-1.32b-3.x86.run -$CWD/linuxq3apoint-1.32b-3.x86.run --tar xf +sh $CWD/linuxq3apoint-1.32b-3.x86.run --tar xf install -m 644 baseq3/*.pk3 $PKG/usr/share/games/quake3/baseq3 install -m 644 missionpack/*.pk3 $PKG/usr/share/games/quake3/missionpack |