diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-05-31 20:28:49 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:20 -0400 |
commit | 43006e9b8826fdad48621614041df049ff82f1dd (patch) | |
tree | 841e8382811140ba67e6525ded8d2ec3032ad3d5 /games/ioquake3/ioquake3.SlackBuild | |
parent | a51115aaf3f3cdf1bdfd9ef2695f7a43a8154e48 (diff) |
games/ioquake3: Updated for version r1959.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 352506c85ccbf..e55f3e8cdc2f8 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="" |