diff options
-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 } |