app-admin/fluentd: add missing slash
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Jan 2020 23:04:59 +0000 (00:04 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Jan 2020 23:04:59 +0000 (00:04 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-admin/fluentd/fluentd-1.9.0.ebuild

index 7c6449b930d4d8422d01593f3a16354f4be30cb2..501d09685987014422c143ae49775bbe6dfe0b36 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -55,7 +55,7 @@ all_ruby_install() {
 pkg_postinst() {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog "A default configuration file has been installed in"
-               elog "${EROOT}etc/fluent/fluent.conf. You will need to edit"
+               elog "${EROOT}/etc/fluent/fluent.conf. You will need to edit"
                elog "this file to match your configuration."
        fi
 }