diff options
Diffstat (limited to 'games/mrrescue/mrrescue.SlackBuild')
-rw-r--r-- | games/mrrescue/mrrescue.SlackBuild | 6 |
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 |