projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2568a03
)
app-text/jo: Force bashcompdir variable
author
Jeroen Roovers
<jer@gentoo.org>
Mon, 27 Jan 2020 21:05:34 +0000
(22:05 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Mon, 27 Jan 2020 21:06:08 +0000
(22:06 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=706768
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
app-text/jo/jo-1.3.ebuild
patch
|
blob
|
history
diff --git
a/app-text/jo/jo-1.3.ebuild
b/app-text/jo/jo-1.3.ebuild
index 77afda2d7952f2d3622d4f4ff9a349277b52b5c1..432c8d4358b43019cde97a3e298b886903d6ddd0 100644
(file)
--- a/
app-text/jo/jo-1.3.ebuild
+++ b/
app-text/jo/jo-1.3.ebuild
@@
-12,6
+12,11
@@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+src_configure() {
+ export bashcompdir=$(get_bashcompdir)
+ default
+}
+
src_install() {
default
mv "${ED}/$(get_bashcompdir)"/jo{.bash,} || die