diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-13 19:20:38 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-13 19:20:38 +0300 |
commit | 9e36fc27ec592b20f1e3e6d4c1c52f04bc34c6e7 (patch) | |
tree | de0f795da8ef0859ed5dca5a8aa7e20348fa092e /net-analyzer | |
parent | dev-python/pyhamcrest: ALLARCHES stable (via arm, bug #732354) (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/chronograf/chronograf-1.8.5.ebuild | 2 |
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 } |