projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c89a5
)
www-misc/monitorix: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:55 +0000
(17:23 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:55 +0000
(17:23 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
www-misc/monitorix/monitorix-3.11.0.ebuild
patch
|
blob
|
history
diff --git
a/www-misc/monitorix/monitorix-3.11.0.ebuild
b/www-misc/monitorix/monitorix-3.11.0.ebuild
index 0b372b29d77fd31db1e2fd23086a5ea44b651fdf..a1331012cd3933c0f99be79b5531942a2feebeb1 100644
(file)
--- a/
www-misc/monitorix/monitorix-3.11.0.ebuild
+++ b/
www-misc/monitorix/monitorix-3.11.0.ebuild
@@
-99,7
+99,7
@@
pkg_postinst() {
elog " sys-power/nut (Network UPS Tools statistics)"
elog
elog "If you wish to use your own web server:"
- elog " Web data can be found at: ${EROOT
%/
}/var/lib/${PN}/www/"
+ elog " Web data can be found at: ${EROOT}/var/lib/${PN}/www/"
elog " Also please check the correct user and group ownership"
- elog " of ${EROOT
%/
}/var/lib/${PN}/www/imgs/"
+ elog " of ${EROOT}/var/lib/${PN}/www/imgs/"
}