www-misc/monitorix: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-08 17:23:55 +01:00
parent d6c89a5cae
commit e1f21f89df

View 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/"
}