diff options
author | 2019-08-28 11:10:51 +0200 | |
---|---|---|
committer | 2019-08-28 11:10:51 +0200 | |
commit | 84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c (patch) | |
tree | f417ef3e2e21714c487cf9832d1fe4eb2564288f /app-admin | |
parent | app-admin/filebeat: [QA] Remove unnecessary slash strip (diff) | |
download | gentoo-84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c.tar.gz gentoo-84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c.tar.bz2 gentoo-84359b2044ebc93f0ebc5facf0fcd1ff3f8f979c.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logstash-bin/logstash-bin-6.8.1.ebuild | 4 | ||||
-rw-r--r-- | 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" } |