aboutsummaryrefslogtreecommitdiff
path: root/network/zeek/zeek.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/zeek/zeek.SlackBuild')
-rw-r--r--network/zeek/zeek.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/zeek/zeek.SlackBuild b/network/zeek/zeek.SlackBuild
index caf1f4ce69c22..27d89b5828a20 100644
--- a/network/zeek/zeek.SlackBuild
+++ b/network/zeek/zeek.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zeek
-VERSION=${VERSION:-3.0.13}
+VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +73,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
+# -L bails out because of a loop
+find . \
\( -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 \