summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-07-13 19:20:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-07-13 19:20:38 +0300
commit9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7 (patch)
treede0f795da8ef0859ed5dca5a8aa7e20348fa092e /net-analyzer/chronograf
parentdev-python/pyhamcrest: ALLARCHES stable (via arm, bug #732354) (diff)
downloadgentoo-9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7.tar.gz
gentoo-9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7.tar.bz2
gentoo-9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7.zip
net-analyzer/chronograf: fix CI issue with 1.8.5, EAPI-7 missing /
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/chronograf')
-rw-r--r--net-analyzer/chronograf/chronograf-1.8.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/chronograf/chronograf-1.8.5.ebuild b/net-analyzer/chronograf/chronograf-1.8.5.ebuild
index d59f73d4dd85..e1ce27c1a19b 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
}