diff options
Diffstat (limited to 'development/reflex/reflex.SlackBuild')
-rw-r--r-- | development/reflex/reflex.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/development/reflex/reflex.SlackBuild b/development/reflex/reflex.SlackBuild index 75fe744e8db06..d2954ce964864 100644 --- a/development/reflex/reflex.SlackBuild +++ b/development/reflex/reflex.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=reflex -VERSION=${VERSION:-2.5.4.20191123} +VERSION=${VERSION:-2.5.4.20200715} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,11 +53,8 @@ rm -rf $PRGNAM-$TARVER tar xvf $CWD/$PRGNAM-$TARVER.tgz cd $PRGNAM-$TARVER 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 {} \+ # Check VERSION in tarball, to make sure the version hasn't # updated. Nobody but me should ever see this error message (in the |