games/ioquake3: Do not write to $CWD.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-02-11 15:57:48 -05:00 committed by Willy Sudiarto Raharjo
parent 43f3127dae
commit e335f3229a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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