app-admin/logstash-bin: [QA] Remove unnecessary slash strip
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:51 +0000 (11:10 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:51 +0000 (11:10 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-admin/logstash-bin/logstash-bin-6.8.1.ebuild
app-admin/logstash-bin/logstash-bin-7.2.0.ebuild

index 08373cbcbd518bbb36278b215f899a626831bbed..05b243d878535ce2ccb77f593f1a0e77a68aa403 100644 (file)
@@ -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"
 }
index 8a0ac16580b625aaf689ac1a400d930aebcbdf13..16a1b994f632b942b5981788b2889d4e95d31849 100644 (file)
@@ -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"
 }