summaryrefslogtreecommitdiff
path: root/app-admin/logstash-bin/logstash-bin-6.8.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logstash-bin/logstash-bin-6.8.1.ebuild')
-rw-r--r--app-admin/logstash-bin/logstash-bin-6.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logstash-bin/logstash-bin-6.8.1.ebuild b/app-admin/logstash-bin/logstash-bin-6.8.1.ebuild
index 08373cbcbd51..05b243d87853 100644
--- a/app-admin/logstash-bin/logstash-bin-6.8.1.ebuild
+++ b/app-admin/logstash-bin/logstash-bin-6.8.1.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"
}