diff options
Diffstat (limited to 'games/ioquake3/ioquake3.SlackBuild')
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index 352506c85c..e55f3e8cdc 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage contact: daedra1980@gmail.com PRGNAM=ioquake3 -VERSION=r1785 +VERSION=r1959 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ find . \ #CXXFLAGS="$SLKCFLAGS" \ make release copyfiles USE_CODEC_VORBIS=1 BUILD_CLIENT_SMP=$SMPOPT COPYDIR="$PKG"/usr/share/games/quake3 || exit 1 - + # update quake3 files to newest point release (1.32) unzip $CWD/quake3-latest-pk3s.zip cp quake3-latest-pk3s/baseq3/*.pk3 $PKG/usr/share/games/quake3/baseq3 @@ -70,7 +70,7 @@ cat $CWD/launcher.ioquake3 > $PKG/usr/games/ioquake3 chmod 0755 $PKG/usr/games/ioquake3 # For some reason the installer doesn't seem to want to copy SMP executable -# so we take care of it outselves :). Also lets change the .desktop file to +# so we take care of it outselves :). Also lets change the .desktop file to # launch the SMP version if [ "${SMP:-NO}" = "NO" ]; then SMP="" |