summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit00b62ab083e9b876d9ba8660aa0ad1840f48d1aa (patch)
tree497f145dbd5ab55017b1d98af6358192adca468c
parent93881d2f85b1c45ccf18de64de90a94c854b50ff (diff)
downloadslackbuilds-00b62ab083e9b876d9ba8660aa0ad1840f48d1aa.tar.gz
slackbuilds-00b62ab083e9b876d9ba8660aa0ad1840f48d1aa.tar.xz
system/monitorix: copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/monitorix/monitorix.SlackBuild6
1 files changed, 3 insertions, 3 deletions
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 <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 \