From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jo/
Date: Sun, 19 Jul 2020 10:15:27 +0000 (UTC) [thread overview]
Message-ID: <1595153722.8716793ec83e6b3dba0c2649187f49406c2c4c02.jer@gentoo> (raw)
commit: 8716793ec83e6b3dba0c2649187f49406c2c4c02
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 10:06:36 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 10:15:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716793e
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 <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 d2d6974384b..bf84777ca6d 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 06279f5b7cd..098a68881de 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
}
next reply other threads:[~2020-07-19 10:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-19 10:15 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 10:22 [gentoo-commits] repo/gentoo:master commit in: app-text/jo/ Petr Vaněk
2022-08-26 12:04 Sam James
2022-07-05 9:06 Joonas Niilola
2022-07-05 9:06 Joonas Niilola
2022-07-05 9:06 Joonas Niilola
2020-07-19 10:15 Jeroen Roovers
2020-06-04 6:33 Matt Turner
2020-04-15 11:37 Jeroen Roovers
2020-01-27 21:06 Jeroen Roovers
2020-01-27 16:02 Jeroen Roovers
2019-08-29 11:39 David Seifert
2017-06-21 8:30 Jeroen Roovers
2017-03-30 12:47 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595153722.8716793ec83e6b3dba0c2649187f49406c2c4c02.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox