commit:     9d7871052c2f9fb58ad06767394e21eff609abb1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 09:10:48 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 09:10:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d787105

app-admin/filebeat: [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/filebeat/filebeat-5.6.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/filebeat/filebeat-5.6.13.ebuild 
b/app-admin/filebeat/filebeat-5.6.13.ebuild
index 93f80027bc1..0c9c4ee528f 100644
--- a/app-admin/filebeat/filebeat-5.6.13.ebuild
+++ b/app-admin/filebeat/filebeat-5.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -56,7 +56,7 @@ pkg_postinst() {
                elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 
1-2)/upgrading.html"
                elog ""
                elog "The migration script:"
-               elog 
"${EROOT%/}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
+               elog 
"${EROOT}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
                elog ""
        fi
 

Reply via email to