aboutsummaryrefslogtreecommitdiff
path: root/games/supertuxkart/supertuxkart.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2020-09-19 15:23:53 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-20 09:06:26 +0700
commit89814d29bffbc3457ff0c27f9f7dfba55d3e6a49 (patch)
tree9a1979e6db6b961c8a300da3676780ccddca66c9 /games/supertuxkart/supertuxkart.SlackBuild
parent6462c9d3b9ab621be9f97c6fdd8795df2485d409 (diff)
downloadslackbuilds-89814d29bffbc3457ff0c27f9f7dfba55d3e6a49.tar.xz
games/supertuxkart: Upgrade to 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/supertuxkart/supertuxkart.SlackBuild')
-rw-r--r--games/supertuxkart/supertuxkart.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/supertuxkart/supertuxkart.SlackBuild b/games/supertuxkart/supertuxkart.SlackBuild
index 5e2c1c0cc2a4..47fd592558cd 100644
--- a/games/supertuxkart/supertuxkart.SlackBuild
+++ b/games/supertuxkart/supertuxkart.SlackBuild
@@ -26,7 +26,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=supertuxkart
-VERSION=${VERSION:-1.1}
+SRCNAM=SuperTuxKart
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,9 +71,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION-src
-tar xvf $CWD/$PRGNAM-$VERSION-src.tar.xz
-cd $PRGNAM-$VERSION-src
+rm -rf $SRCNAM-$VERSION-src
+tar xvf $CWD/$SRCNAM-$VERSION-src.tar.xz
+cd $SRCNAM-$VERSION-src
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \