From 84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 28 Aug 2019 11:10:51 +0200 Subject: [PATCH] app-admin/logstash-bin: [QA] Remove unnecessary slash strip Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- app-admin/logstash-bin/logstash-bin-6.8.1.ebuild | 4 ++-- app-admin/logstash-bin/logstash-bin-7.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 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" } 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" } -- 2.26.2