commit: 30c0b65355c85bcf446eb026207820155b4b0ed4 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 21:05:34 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Jan 27 21:06:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c0b653
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 <AT> gentoo.org> app-text/jo/jo-1.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-text/jo/jo-1.3.ebuild b/app-text/jo/jo-1.3.ebuild index 77afda2d795..432c8d4358b 100644 --- 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
