diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-01 15:59:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:36 +0700 |
commit | c19d3dd2b4441df919ad9d021234633e41520ad9 (patch) | |
tree | 1e01001d29d607bf7e1910a6c06092b93877d6d3 /games/freeblocks/freeblocks.SlackBuild | |
parent | 0823ca3ab8c8f0b10739259da025331c8b79df54 (diff) |
games/freeblocks: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 38f653e5a50a..9efc9ea6550f 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 . \ |