summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-07-19 12:06:36 +0200
committerJeroen Roovers <jer@gentoo.org>2020-07-19 12:15:22 +0200
commit8716793ec83e6b3dba0c2649187f49406c2c4c02 (patch)
tree3bb22589993de977e9a12d0bc9f76a19a11f3070 /app-text
parentapp-text/jo: Version 1.4 (diff)
downloadgentoo-8716793ec83e6b3dba0c2649187f49406c2c4c02.tar.gz
gentoo-8716793ec83e6b3dba0c2649187f49406c2c4c02.tar.bz2
gentoo-8716793ec83e6b3dba0c2649187f49406c2c4c02.zip
app-text/jo: Fix bash completions install path
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://bugs.gentoo.org/show_bug.cgi?id=706768 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/jo/jo-1.3.ebuild2
-rw-r--r--app-text/jo/jo-99999.ebuild2
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 d2d6974384b1..bf84777ca6d8 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 $(get_bashcompdir)/jo{.bash,} || die
+ mv "${D}"$(get_bashcompdir)/jo{.bash,} || die
}
diff --git a/app-text/jo/jo-99999.ebuild b/app-text/jo/jo-99999.ebuild
index 06279f5b7cd7..098a68881de3 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 $(get_bashcompdir)/jo{.bash,} || die
+ mv "${D}"$(get_bashcompdir)/jo{.bash,} || die
}