commit: 9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 16:20:38 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 16:20:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e36fc27
net-analyzer/chronograf: fix CI issue with 1.8.5, EAPI-7 missing /
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-analyzer/chronograf/chronograf-1.8.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/chronograf/chronograf-1.8.5.ebuild
b/net-analyzer/chronograf/chronograf-1.8.5.ebuild
index d59f73d4dd8..e1ce27c1a19 100644
--- a/net-analyzer/chronograf/chronograf-1.8.5.ebuild
+++ b/net-analyzer/chronograf/chronograf-1.8.5.ebuild
@@ -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
}