diff options
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 19685f7294..3cc504c4a2 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-2.6.6} -SRCVERSION=${SRCVERSION:-2.6.6} +VERSION=${VERSION:-3.0.0} +SRCVERSION=${SRCVERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$SRCVERSION -tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.xz cd $PRGNAM-$SRCVERSION chown -R root:root . find -L . \ |