From 8bb495c73db0d92c87a7c55a46d65b4a27ac48cf Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 24 Jan 2020 00:04:59 +0100 Subject: app-admin/fluentd: add missing slash Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- app-admin/fluentd/fluentd-1.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin') 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 } -- cgit v1.2.3-65-gdbad