From 00b62ab083e9b876d9ba8660aa0ad1840f48d1aa Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Fri, 30 Jan 2015 15:07:14 +0100 Subject: system/monitorix: copyright year + cleanup Signed-off-by: Willy Sudiarto Raharjo --- system/monitorix/monitorix.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild index 3f35d415cf..1aeef54a6f 100644 --- a/system/monitorix/monitorix.SlackBuild +++ b/system/monitorix/monitorix.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# SlackBuild script for "monitorix". +# Slackware build script for "monitorix". -# Copyright 2014 Marcel Saegebarth +# Copyright 2014-2015 Marcel Saegebarth # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ rm -rf $PRGNAM-$VERSION-Source tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ +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 \ -- cgit v1.2.3