From: Thomas Deutschmann Date: Thu, 23 Jan 2020 23:04:59 +0000 (+0100) Subject: app-admin/fluentd: add missing slash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8bb495c73db0d92c87a7c55a46d65b4a27ac48cf;p=gentoo.git app-admin/fluentd: add missing slash Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- diff --git a/app-admin/fluentd/fluentd-1.9.0.ebuild b/app-admin/fluentd/fluentd-1.9.0.ebuild index 7c6449b930d4..501d09685987 100644 --- a/app-admin/fluentd/fluentd-1.9.0.ebuild +++ b/app-admin/fluentd/fluentd-1.9.0.ebuild @@ -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 }