diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-18 12:49:18 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:16 -0500 |
commit | 3d8ff63e3416f6587d82bf5da3ea77c9760c7861 (patch) | |
tree | 221e017fd7f7ff5fdbbdb1aff29204a59a9079bb /libraries/wxGTK3/wxGTK3.SlackBuild | |
parent | 40410e442cb931d67aa573ea7ad52dcdc387424c (diff) |
libraries/wxGTK3: Updated for version 3.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK3/wxGTK3.SlackBuild')
-rw-r--r-- | libraries/wxGTK3/wxGTK3.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild index 59f15beb5cdf6..513c44ffef3c3 100644 --- a/libraries/wxGTK3/wxGTK3.SlackBuild +++ b/libraries/wxGTK3/wxGTK3.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxGTK3 -VERSION=${VERSION:-3.0.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.0.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=wxWidgets @@ -67,7 +67,7 @@ cd $SRCNAM-$VERSION 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 \ + -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 {} \; |