diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-10-30 17:40:39 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 22:02:25 -0200 |
commit | 4f851ad7bca9fd86e4bb7ccb5b6883315a0d0da3 (patch) | |
tree | 9c0c9b80adfa81043950555c3f4ed1fb18db4f93 /games/ioquake3/ioquake3.SlackBuild | |
parent | 7cfd9c3b695e567fbe6d82608477e497706a4d22 (diff) | |
download | slackbuilds-4f851ad7bca9fd86e4bb7ccb5b6883315a0d0da3.tar.gz |
games/ioquake3: Updated for revision 2187.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/ioquake3/ioquake3.SlackBuild')
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index e55f3e8cdc..b935da101c 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=r1959 +VERSION=r2187 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,13 +71,15 @@ 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 -# launch the SMP version -if [ "${SMP:-NO}" = "NO" ]; then - SMP="" -else - cp $TMP/$PRGNAM/build/release-linux-*/ioquake3-smp.* $PKG/usr/share/games/quake3 - sed -i 's,ioquake3.*,ioquake3-smp.*,g' $PKG/usr/games/ioquake3 -fi +# launch the SMP version. +# This seems to be obsolete now, but I am going to leave it here +# commented out for at least one more udpate "just incase" +#if [ "${SMP:-NO}" = "NO" ]; then +# SMP="" +#else +# cp $TMP/$PRGNAM/build/release-linux-*/ioquake3-smp.* $PKG/usr/share/games/quake3 +# sed -i 's,ioquake3.*,ioquake3-smp.*,g' $PKG/usr/games/ioquake3 +#fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a BUGS ChangeLog NOTTODO README TODO id-readme.txt $PKG/usr/doc/$PRGNAM-$VERSION |