summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-24 00:04:59 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-24 00:04:59 +0100
commit8bb495c73db0d92c87a7c55a46d65b4a27ac48cf (patch)
tree05375f46f5c343b6d2dda260af5cbc3b460d3364 /app-admin
parentmedia-libs/libheif: bump to v1.6.1 (diff)
downloadgentoo-8bb495c73db0d92c87a7c55a46d65b4a27ac48cf.tar.gz
gentoo-8bb495c73db0d92c87a7c55a46d65b4a27ac48cf.tar.bz2
gentoo-8bb495c73db0d92c87a7c55a46d65b4a27ac48cf.zip
app-admin/fluentd: add missing slash
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/fluentd/fluentd-1.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}