diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-11-10 08:47:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 09:39:33 +0700 |
commit | cc0105da1063ed12a5aa4c918bfea14d1a34709f (patch) | |
tree | 63bbb8b3be08cf8bd57adfde7a1c5f90158ce77c /games/tome4/tome4.SlackBuild | |
parent | 0a248464eead0cdf6aaeea91c3910263b372229f (diff) | |
download | slackbuilds-cc0105da1063ed12a5aa4c918bfea14d1a34709f.tar.gz |
games/tome4: Updated for version 1.2.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/tome4/tome4.SlackBuild')
-rw-r--r-- | games/tome4/tome4.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tome4/tome4.SlackBuild b/games/tome4/tome4.SlackBuild index e18859afad..6f232c1b6a 100644 --- a/games/tome4/tome4.SlackBuild +++ b/games/tome4/tome4.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=tome4 SRCNAM=t-engine4-src -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 cd $SRCNAM-$VERSION # extract icons -unzip -oj -qq game/engines/te4-1.2.3.teae -d icons +unzip -oj -qq game/engines/te4-${VERSION}.teae -d icons chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |