diff options
author | Richard Narron <richard@aaazen.com> | 2014-06-30 08:42:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-30 08:42:31 +0700 |
commit | 85ca796dd77c38d8cf03aa8906441cd37d4245ba (patch) | |
tree | e23029455e79e3b3359e6dc9c6b5c122b5f0d599 /development/regina-rexx/regina-rexx.SlackBuild | |
parent | 355e08f83bdb0ffbca99e861c30ea5ca01f8110f (diff) | |
download | slackbuilds-85ca796dd77c38d8cf03aa8906441cd37d4245ba.tar.gz |
development/regina-rexx: Updated for version 3.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/regina-rexx/regina-rexx.SlackBuild')
-rw-r--r-- | development/regina-rexx/regina-rexx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/regina-rexx/regina-rexx.SlackBuild b/development/regina-rexx/regina-rexx.SlackBuild index b3858e825e..37a0558edf 100644 --- a/development/regina-rexx/regina-rexx.SlackBuild +++ b/development/regina-rexx/regina-rexx.SlackBuild @@ -4,8 +4,8 @@ # Written by Diogo Leal (diogo@diogoleal.com) PRGNAM=regina-rexx -VERSION=${VERSION:-3.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.8.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} FLAVOR=${FLAVOR:-dynamic} # set FLAVOR=static for a rexx static binary. @@ -51,7 +51,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; chmod 644 $DOCS |