diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-02 16:04:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:49 +0700 |
commit | 01c92a2ecd8a679134454301737589a1f2451450 (patch) | |
tree | 31843cdd8cf10cf0d83e43530a8e629b662b5cf2 /games/snes9x/snes9x.SlackBuild | |
parent | 43592c45349c2df813e7ff02c1c894abdd37d7b8 (diff) | |
download | slackbuilds-01c92a2ecd8a679134454301737589a1f2451450.tar.gz |
games/snes9x: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/snes9x/snes9x.SlackBuild')
-rw-r--r-- | games/snes9x/snes9x.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild index e33af85749..5e7a1e7712 100644 --- a/games/snes9x/snes9x.SlackBuild +++ b/games/snes9x/snes9x.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170302 bkw: use long-format github URL + # 20161015 bkw: update for 1.54.1. script has changed enough that it # can't build 1.53 any more. @@ -47,7 +49,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/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |