diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-29 17:24:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:19 +0700 |
commit | fd54388aff08fae6eedce797357d929dfc265d4e (patch) | |
tree | bd19cb0315880ac1fb0bea1835963dfb510078c5 /games/vbam/vbam.SlackBuild | |
parent | c43abfa0900b0f60ccce92878b496ac260b88deb (diff) |
games/vbam: Updated for version 2.1.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/vbam/vbam.SlackBuild')
-rw-r--r-- | games/vbam/vbam.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/vbam/vbam.SlackBuild b/games/vbam/vbam.SlackBuild index 4ec87ac2b81c..b0a3c84c5adf 100644 --- a/games/vbam/vbam.SlackBuild +++ b/games/vbam/vbam.SlackBuild @@ -22,6 +22,7 @@ # Modified by the SlackBuilds.org project. +# 20191129 bkw: updated for 2.1.4. # 20180702 bkw: updated for 2.1.0. # 20180612 bkw: updated for 2.0.2. # 20171219 bkw: updated for 2.0.1. @@ -43,7 +44,7 @@ # - Correct README, plus cosmetic reformatting. PRGNAM=vbam -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,11 +94,8 @@ rm -rf $SRCNAM-$SRCVER tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz cd $SRCNAM-$SRCVER chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # if both wx(Python|GTK) 2 and 3 are installed, /usr/bin/wx-config # is a symlink to the config for whichever was installed last. Avoid |