summaryrefslogtreecommitdiffstats
path: root/games/warmux/warmux.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2011-09-01 14:18:32 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-09-01 14:18:32 -0300
commita61cc45ee5d8f19564e3a6687b24d857b34ed473 (patch)
treeddebe63a69e92044050f77f1bc9dd2ba913b618e /games/warmux/warmux.SlackBuild
parentaa8287a6bc1e0ccd90dc5f465f36ca5b83b3a8fd (diff)
downloadslackbuilds-a61cc45ee5d8f19564e3a6687b24d857b34ed473.tar.gz
slackbuilds-a61cc45ee5d8f19564e3a6687b24d857b34ed473.tar.xz
games/warmux: Updated for version 11.04.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/warmux/warmux.SlackBuild')
-rw-r--r--games/warmux/warmux.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/warmux/warmux.SlackBuild b/games/warmux/warmux.SlackBuild
index a79a64ac20..a271f56852 100644
--- a/games/warmux/warmux.SlackBuild
+++ b/games/warmux/warmux.SlackBuild
@@ -26,7 +26,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=warmux
-VERSION=11.01
+VERSION=11.04.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM-11.04
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
+cd $PRGNAM-11.04
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
@@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}