diff options
author | B. Watson <yalhcru@gmail.com> | 2018-09-15 23:39:11 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 23:53:57 +0100 |
commit | bdffdcc93bc5ab2b455ef01d47fd47410991cb20 (patch) | |
tree | 12064604d47695031b042d0b29e5febea02990e7 /misc/vttest/vttest.SlackBuild | |
parent | 61f9176f71b52b1bbbc2c9701d279e801bc496ab (diff) | |
download | slackbuilds-bdffdcc93bc5ab2b455ef01d47fd47410991cb20.tar.gz |
misc/vttest: Updated for version 2.7.20180911.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 eb21a0a8c9..84620c4e6c 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 |