mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
43f3127dae
commit
e335f3229a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue