net-analyzer/chronograf: fix CI issue with 1.8.5, EAPI-7 missing /

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2020-07-13 19:20:38 +03:00
parent f6e55321e1
commit 9e36fc27ec

View File

@@ -495,6 +495,6 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
einfo "In order to use chronograf, you will need to configure"
einfo "the appropriate options in ${EROOT}etc/conf.d/chronograf"
einfo "the appropriate options in ${EROOT}/etc/conf.d/chronograf"
fi
}