diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-08-31 18:12:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-31 18:12:33 +0700 |
commit | 5a94f78d0a2542e4903b61c9ff7ee833b60fb83b (patch) | |
tree | 353851142dfd905c4f6f3433c77f251743581686 /system/monitorix/monitorix.SlackBuild | |
parent | ddc5f157ea8f0fabe32374c83e5efe7f10a26c64 (diff) | |
download | slackbuilds-5a94f78d0a2542e4903b61c9ff7ee833b60fb83b.tar.gz |
system/monitorix: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monitorix/monitorix.SlackBuild')
-rw-r--r-- | system/monitorix/monitorix.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild index 41309346e8..3f35d415cf 100644 --- a/system/monitorix/monitorix.SlackBuild +++ b/system/monitorix/monitorix.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monitorix -VERSION=${VERSION:-3.5.1} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # installation not implemented if [ "$ARCH" = "x86_64" ]; then |