Skip to content

Commit

Permalink
app-admin/logstash-bin: [QA] Remove unnecessary slash strip
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 28, 2019
1 parent 9d78710 commit 84359b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-admin/logstash-bin/logstash-bin-6.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions app-admin/logstash-bin/logstash-bin-7.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 84359b2

Please sign in to comment.