summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-02-11 21:57:48 +0100
committer Willy Sudiarto Raharjo2021-02-20 18:05:05 +0100
commite335f3229a746347b5f49249b8f5318257d4b4b8 (patch)
tree986ca3093508b04c01d09d22922390f699506dd6
parent43f3127dae00a836c0fbf7a365527e5856288126 (diff)
downloadslackbuilds-e335f3229a746347b5f49249b8f5318257d4b4b8.tar.gz
games/ioquake3: Do not write to $CWD.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/ioquake3/ioquake3.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild
index 5c35ece70b..c52a7f25ce 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