diff options
Diffstat (limited to 'misc/vttest/vttest.SlackBuild')
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild index eb21a0a8c9ec..84620c4e6cf7 100644 --- a/misc/vttest/vttest.SlackBuild +++ b/misc/vttest/vttest.SlackBuild @@ -6,8 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180920 bkw: update for 2.7.20180911 (whoops!). +# 20180915 bkw: update for 2.7.20180811. + PRGNAM=vttest -VERSION=${VERSION:-2.7.20140305} +VERSION=${VERSION:-2.7.20180911} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,11 +58,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 CHANGES to make sure the version hasn't updated. Nobody but me # should ever see this error message (in the grand tradition of error |