commit: 84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 09:10:51 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 09:10:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84359b20
app-admin/logstash-bin: [QA] Remove unnecessary slash strip
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
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 08373cbcbd5..05b243d8785 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 8a0ac16580b..16a1b994f63 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"
}