diff options
author | David Melik <dchmelik@gmail.com> | 2017-08-27 08:19:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-27 08:19:01 +0700 |
commit | 5270035c3def213c55359ed8630be6b6ae262a32 (patch) | |
tree | 12c34fb6576ab7b2a70458ed02c64f09990e421e /games/angband/angband.SlackBuild | |
parent | 966b5634227a9637d191577e9476ab056948c967 (diff) | |
download | slackbuilds-5270035c3def213c55359ed8630be6b6ae262a32.tar.gz |
games/angband: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/angband/angband.SlackBuild')
-rw-r--r-- | games/angband/angband.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild index 6503207eed..d4e2051ff1 100644 --- a/games/angband/angband.SlackBuild +++ b/games/angband/angband.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for Angband -# Copyright 2013-2014 Marshall Scott, David Melik, Spokane, WA, USA +# Copyright 2013 Marshall Scott, SlackBuilds.org Project, David Melik, Spokane, +# WA, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=angband -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,10 +59,10 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -rm -rf $TMP/$PRGNAM-$VERSION +rm -rf $TMP/$PRGNAM-master cd $TMP tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-master chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |