diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-04-07 20:09:39 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:21:00 -0500 |
commit | 5fc88f41e59e12312a28ebbd2d2866a61d824b0b (patch) | |
tree | 44eb5dbb4c358855c80e0e675e5062f6d2ee6afc /games/gnubg/gnubg.SlackBuild | |
parent | f865389b3576be57c0d24f2218c135552abde6b3 (diff) |
games/gnubg: Updated for version 0.90.0_20130318.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/gnubg/gnubg.SlackBuild')
-rw-r--r-- | games/gnubg/gnubg.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild index cb65c13a93a5..8ce380a10191 100644 --- a/games/gnubg/gnubg.SlackBuild +++ b/games/gnubg/gnubg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GNU Backgammon -# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=gnubg VERSION=${VERSION:-0.90.0} -SRCVER=${SRCVER:-20120701} +SRCVER=${SRCVER:-20130318} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-source-SNAPSHOT-$SRCVER.tar.gz +mkdir $PRGNAM +tar -C $PRGNAM -xvf $CWD/$PRGNAM-source-SNAPSHOT-$SRCVER.tar.gz cd $PRGNAM chown -R root:root . chmod -R u+w,go+r-w,a-s . |