www-misc/monitorix: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:23:55 +0000 (17:23 +0100)
committerDavid 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

index 0b372b29d77fd31db1e2fd23086a5ea44b651fdf..a1331012cd3933c0f99be79b5531942a2feebeb1 100644 (file)
@@ -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/"
 }