diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-12 20:58:40 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-12 11:26:55 -0600 |
commit | 3fde39d0d962203e56ce4b1f53859cd639807df5 (patch) | |
tree | f0f4b333bf5a4ee49e6723e94ddc94d28a935cac /network/argus/argus.SlackBuild | |
parent | 4be30bdf4070bc49e8cf63de7353dae9bbcbcf94 (diff) | |
download | slackbuilds-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.SlackBuild | 12 |
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" \ |