From e335f3229a746347b5f49249b8f5318257d4b4b8 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 11 Feb 2021 15:57:48 -0500 Subject: games/ioquake3: Do not write to $CWD. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/ioquake3/ioquake3.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/ioquake3') 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 -- cgit v1.2.3