diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-10-01 21:33:47 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-07 07:01:48 +0700 |
commit | 9ae5549eafb6ad010938b9c56c164671cf5b132c (patch) | |
tree | 5ec1e21743ceaf17dc0e261ff14633e72260c4e5 /games | |
parent | 7814cca243db84f25a63c722f6df3da4aff1e4fe (diff) | |
download | slackbuilds-9ae5549eafb6ad010938b9c56c164671cf5b132c.tar.gz |
games/ardentryst: Update script.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/ardentryst/ardentryst.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/ardentryst/ardentryst.SlackBuild b/games/ardentryst/ardentryst.SlackBuild index cc53438edc..91357dba5d 100644 --- a/games/ardentryst/ardentryst.SlackBuild +++ b/games/ardentryst/ardentryst.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ardentryst -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=ardentryst VERSION=${VERSION:-1.71} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,8 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CLEAN="COPYING COPYING.data INSTALLING OPR.txt icon.png icon2.png install.sh \ - help.txt ardentryst Ardentryst.desktop" +CLEAN="COPYING COPYING.data INSTALLING icon.png icon2.png install.sh \ + ardentryst Ardentryst.desktop" mkdir -p $PKG/usr/share/games/$PRGNAM cp -rf * $PKG/usr/share/games/$PRGNAM |