summaryrefslogtreecommitdiff
path: root/app-admin/logstash-bin/logstash-bin-7.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logstash-bin/logstash-bin-7.2.0.ebuild')
-rw-r--r--app-admin/logstash-bin/logstash-bin-7.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logstash-bin/logstash-bin-7.2.0.ebuild b/app-admin/logstash-bin/logstash-bin-7.2.0.ebuild
index 8a0ac16580b6..16a1b994f632 100644
--- a/app-admin/logstash-bin/logstash-bin-7.2.0.ebuild
+++ b/app-admin/logstash-bin/logstash-bin-7.2.0.ebuild
@@ -66,8 +66,8 @@ pkg_postinst() {
elog
elog "Sample configuration:"
- elog "${EROOT%/}/usr/share/${MY_PN}"
+ elog "${EROOT}/usr/share/${MY_PN}"
elog
elog "The default pipeline configuration expects the configuration(s) to be found in:"
- elog "${EROOT%/}/etc/logstash/conf.d/*.conf"
+ elog "${EROOT}/etc/logstash/conf.d/*.conf"
}