mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/jo: Force bashcompdir variable
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user