diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-05 21:31:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:25 +0700 |
commit | 806661b6dd72167d92582817164fdffc2f1b8f80 (patch) | |
tree | cbfc2b995d9363b5703e6c2b3d8b4d48addf9669 /system | |
parent | 1b6423cdb5734cc31b462bdbfadd94deebc3fef7 (diff) | |
download | slackbuilds-806661b6dd72167d92582817164fdffc2f1b8f80.tar.gz |
system/glances: Fix install with ROOT=.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/glances/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/glances/doinst.sh b/system/glances/doinst.sh index 589723e01a..4490c14238 100644 --- a/system/glances/doinst.sh +++ b/system/glances/doinst.sh @@ -8,4 +8,4 @@ config() { fi } -config /etc/glances.conf.new +config etc/glances.conf.new |