summaryrefslogtreecommitdiff
path: root/system/glances/glances.SlackBuild
diff options
context:
space:
mode:
authorPhilip Lacroix <philnx@bluebottle.com>2013-12-03 19:45:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-03 19:45:11 +0700
commitc6ab83a00e45506662939940bf49d8d2ab6c3ee9 (patch)
treeca58592adf08c92ff7c2fe9b0165a6a1245b86b9 /system/glances/glances.SlackBuild
parentca72d5e7a2cff50c012871c40b433a5fccf4f966 (diff)
downloadslackbuilds-c6ab83a00e45506662939940bf49d8d2ab6c3ee9.tar.gz
system/glances: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances/glances.SlackBuild')
-rw-r--r--system/glances/glances.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild
index 588f4c3a81..b9ef3e5de8 100644
--- a/system/glances/glances.SlackBuild
+++ b/system/glances/glances.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for glances
-# Copyright 2013 Philip Lacroix <philnx@bluebottle.com>
+# Copyright 2013 Philip Lacroix <philnx at bluebottle dot com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -62,7 +62,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
-# don't clobber configuration files
+# Don't clobber configuration files
mv $PKG/etc/$PRGNAM/$PRGNAM.conf $PKG/etc/$PRGNAM/$PRGNAM.conf.new
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \