summaryrefslogtreecommitdiffstats
path: root/games/mrrescue/mrrescue.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-10-15 14:24:41 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-22 08:47:29 +0700
commit75a173d6b21ba809b253e62dd549c963d4b19ab2 (patch)
treee3a9e3da70a079dbd809401157701bb48b3ab12a /games/mrrescue/mrrescue.SlackBuild
parentf94cbdebc394e1e2258081f17a26466a295a417a (diff)
downloadslackbuilds-75a173d6b21ba809b253e62dd549c963d4b19ab2.tar.gz
slackbuilds-75a173d6b21ba809b253e62dd549c963d4b19ab2.tar.xz
games/mrrescue: Updated for version 1.02e.
Diffstat (limited to 'games/mrrescue/mrrescue.SlackBuild')
-rw-r--r--games/mrrescue/mrrescue.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mrrescue/mrrescue.SlackBuild b/games/mrrescue/mrrescue.SlackBuild
index b9854498f6..488bda4f29 100644
--- a/games/mrrescue/mrrescue.SlackBuild
+++ b/games/mrrescue/mrrescue.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=mrrescue
-VERSION=${VERSION:-1.02c}
+VERSION=${VERSION:-1.02e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -29,13 +29,13 @@ cd $PRGNAM-$VERSION
# the source is also the binary. we only need to extract
# any documentation (which boilds down to one file):
-unzip $CWD/$PRGNAM-$VERSION.love LICENSE
+unzip $CWD/$PRGNAM$VERSION.love LICENSE
# no find/chmod boilerplate, explicit permissions
mkdir -p $PKG/usr/games
echo '#!/usr/bin/env love' > $PKG/usr/games/$PRGNAM
-cat $CWD/$PRGNAM-$VERSION.love >> $PKG/usr/games/$PRGNAM
+cat $CWD/$PRGNAM$VERSION.love >> $PKG/usr/games/$PRGNAM
chmod 755 $PKG/usr/games/$PRGNAM
# icon is a piece of data/splash.png from the payload file, chopped up