diff options
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 |