Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/
Date: Sat, 08 Feb 2020 16:25:16
Message-Id: 1581179035.e1f21f89dfd9bcf9de0fe4f69b962ea4a3b192f5.soap@gentoo
1 commit: e1f21f89dfd9bcf9de0fe4f69b962ea4a3b192f5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:23:55 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:23:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f21f89
7
8 www-misc/monitorix: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 www-misc/monitorix/monitorix-3.11.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-misc/monitorix/monitorix-3.11.0.ebuild b/www-misc/monitorix/monitorix-3.11.0.ebuild
16 index 0b372b29d77..a1331012cd3 100644
17 --- a/www-misc/monitorix/monitorix-3.11.0.ebuild
18 +++ b/www-misc/monitorix/monitorix-3.11.0.ebuild
19 @@ -99,7 +99,7 @@ pkg_postinst() {
20 elog " sys-power/nut (Network UPS Tools statistics)"
21 elog
22 elog "If you wish to use your own web server:"
23 - elog " Web data can be found at: ${EROOT%/}/var/lib/${PN}/www/"
24 + elog " Web data can be found at: ${EROOT}/var/lib/${PN}/www/"
25 elog " Also please check the correct user and group ownership"
26 - elog " of ${EROOT%/}/var/lib/${PN}/www/imgs/"
27 + elog " of ${EROOT}/var/lib/${PN}/www/imgs/"
28 }