summaryrefslogtreecommitdiffstats
path: root/network/argus/argus.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-12 14:58:40 +0100
committer Robby Workman2013-11-12 18:26:55 +0100
commit3fde39d0d962203e56ce4b1f53859cd639807df5 (patch)
treef0f4b333bf5a4ee49e6723e94ddc94d28a935cac /network/argus/argus.SlackBuild
parent4be30bdf4070bc49e8cf63de7353dae9bbcbcf94 (diff)
downloadslackbuilds-3fde39d0d962203e56ce4b1f53859cd639807df5.tar.gz
network/argus: Updated for version 3.0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/argus/argus.SlackBuild')
-rw-r--r--network/argus/argus.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/argus/argus.SlackBuild b/network/argus/argus.SlackBuild
index f83c543e50..80979e1da9 100644
--- a/network/argus/argus.SlackBuild
+++ b/network/argus/argus.SlackBuild
@@ -4,7 +4,7 @@
# Written by R. Bailey <bailey@akamai.com>
PRGNAM=argus
-VERSION=${VERSION:-3.0.2}
+VERSION=${VERSION:-3.0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,11 +44,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \