diff options
Diffstat (limited to 'games/freeblocks/freeblocks.SlackBuild')
-rw-r--r-- | games/freeblocks/freeblocks.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/freeblocks/freeblocks.SlackBuild b/games/freeblocks/freeblocks.SlackBuild index 38f653e5a50a5..9efc9ea6550f6 100644 --- a/games/freeblocks/freeblocks.SlackBuild +++ b/games/freeblocks/freeblocks.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170301 bkw: +# - use long-form github URL + PRGNAM=freeblocks VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} @@ -44,7 +47,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |