From: David Seifert Date: Wed, 28 Aug 2019 09:10:51 +0000 (+0200) Subject: app-admin/logstash-bin: [QA] Remove unnecessary slash strip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c;p=gentoo.git app-admin/logstash-bin: [QA] Remove unnecessary slash strip Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- 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" }