From c6ab83a00e45506662939940bf49d8d2ab6c3ee9 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Tue, 3 Dec 2013 19:45:11 +0700 Subject: system/glances: Script cleanup. Signed-off-by: Willy Sudiarto Raharjo --- system/glances/glances.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/glances/glances.SlackBuild') 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 +# Copyright 2013 Philip Lacroix # 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 \ -- cgit v1.2.3