summaryrefslogtreecommitdiffstats
path: root/network/nagios/nagios.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2014-11-26 22:51:05 +0100
committer Willy Sudiarto Raharjo2014-11-29 02:13:45 +0100
commit2d0fc9c8cd5edac00fbfa3d91935e41ea4a0606c (patch)
treeb22ff27144aec03a808003cf1db048a753dc596f /network/nagios/nagios.SlackBuild
parentce3921b5d632247c379b46678c989228fd4db5fe (diff)
downloadslackbuilds-2d0fc9c8cd5edac00fbfa3d91935e41ea4a0606c.tar.gz
network/nagios: Updated for version 4.0.8.
Diffstat (limited to 'network/nagios/nagios.SlackBuild')
-rw-r--r--network/nagios/nagios.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/network/nagios/nagios.SlackBuild b/network/nagios/nagios.SlackBuild
index f47c1f057e..bc9e06ccab 100644
--- a/network/nagios/nagios.SlackBuild
+++ b/network/nagios/nagios.SlackBuild
@@ -12,7 +12,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@@ -25,8 +25,10 @@
# revision date 2013/03/24
+# Modified by Mario Preksavec <mario@slackware.hr>
+
PRGNAM=nagios
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-4.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +82,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \