diff options
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 b3858e825e5d..37a0558edf6b 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 |