diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-06-13 07:46:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-13 07:46:29 +0700 |
commit | 1825a11eb64dd5a88e0626f7c1862e1a63f381a0 (patch) | |
tree | 8f2ec8475e4a1695406b7bca1e18349c10cd740d /games/solarus/solarus.SlackBuild | |
parent | 76025af0f12bcc07bf68855d4d7504721eabfc79 (diff) |
games/solarus: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarus/solarus.SlackBuild')
-rw-r--r-- | games/solarus/solarus.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index b9a583304e95..77f6f5ac077b 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for solarus -# Copyright 2015-2017 Hunter Sezen California, USA +# Copyright 2015-2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -59,9 +59,9 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-v$VERSION +tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz +cd $PRGNAM-v$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -78,9 +78,9 @@ fi # Add SOLARUS_MANUAL_INSTALL_DESTINATION # Remove SOLARUS_BUNDLE in cmake/AddInstallTargets.cmake # Install solarus-run.6 when the gui is not compiled -# https://github.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7 -# https://github.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a -# https://github.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b +# https://gitlab.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7 +# https://gitlab.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a +# https://gitlab.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b zcat $CWD/cmake.patch.gz | patch -p1 mkdir -p build |