diff options
author | David Fillpot <mfillpot@gmail.com> | 2013-03-03 15:33:47 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 15:33:47 -0600 |
commit | 348bd8042bbe32acd729ae39314a9d0f5651a9f0 (patch) | |
tree | da0f286f77239ffb33f0fd2a066f497d36bb91e0 /games/warzone2100/warzone2100.SlackBuild | |
parent | 49c88fe9dbc1ca0bedc743f59b9905b0bb171bec (diff) | |
download | slackbuilds-348bd8042bbe32acd729ae39314a9d0f5651a9f0.tar.gz |
games/warzone2100: Updated for version 3.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/warzone2100/warzone2100.SlackBuild')
-rw-r--r-- | games/warzone2100/warzone2100.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild index 180d1af959..3160776ec5 100644 --- a/games/warzone2100/warzone2100.SlackBuild +++ b/games/warzone2100/warzone2100.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for Warzone 2100 -# Copyright 2011 Matthew "mfillpot" Fillpot +# Copyright 2013 David Fillpot # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=warzone2100 -VERSION=${VERSION:-2.3.8} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ set -e rm -rf $PKG $TMP/$PRGNAM-$VERSION mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -91,7 +91,6 @@ find $PKG -name perllocal.pod \ -o -name "*.bs" \ | xargs rm -f - # Let's not pollute the themed icon directory mv $PKG/usr/share/icons $PKG/usr/share/pixmaps |