commit:     bb5e17c89de66a17f1ae5b18e971ff13c86195e2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 06:31:24 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 06:33:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5e17c8

app-text/jo: Fix DoublePrefixInPath warning

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-text/jo/jo-1.3.ebuild   | 2 +-
 app-text/jo/jo-99999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/jo/jo-1.3.ebuild b/app-text/jo/jo-1.3.ebuild
index 432c8d4358b..d2d6974384b 100644
--- a/app-text/jo/jo-1.3.ebuild
+++ b/app-text/jo/jo-1.3.ebuild
@@ -19,5 +19,5 @@ src_configure() {
 
 src_install() {
        default
-       mv "${ED}/$(get_bashcompdir)"/jo{.bash,} || die
+       mv $(get_bashcompdir)/jo{.bash,} || die
 }

diff --git a/app-text/jo/jo-99999.ebuild b/app-text/jo/jo-99999.ebuild
index 430a4993680..06279f5b7cd 100644
--- a/app-text/jo/jo-99999.ebuild
+++ b/app-text/jo/jo-99999.ebuild
@@ -24,5 +24,5 @@ src_configure() {
 
 src_install() {
        default
-       mv "${ED}/$(get_bashcompdir)"/jo{.bash,} || die
+       mv $(get_bashcompdir)/jo{.bash,} || die
 }

Reply via email to