diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-30 15:07:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-31 06:55:32 +0700 |
commit | 00b62ab083e9b876d9ba8660aa0ad1840f48d1aa (patch) | |
tree | 497f145dbd5ab55017b1d98af6358192adca468c /system | |
parent | 93881d2f85b1c45ccf18de64de90a94c854b50ff (diff) |
system/monitorix: copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 3f35d415cf6e..1aeef54a6f82 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 <marc@mos6581.de> +# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> # 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 \ |