commit: 1e711053e939c845bb089e91d9e81bb22e05e378 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Nov 18 15:26:23 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Nov 18 15:26:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e711053
app-shells/yash: install to /bin/yash Reported-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/18300 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-shells/yash/yash-2.50.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild index bf89ed32fa9..8d0249caa12 100644 --- a/app-shells/yash/yash-2.50.ebuild +++ b/app-shells/yash/yash-2.50.ebuild @@ -27,6 +27,7 @@ src_configure() { sh ./configure \ --prefix="${EPREFIX}"/usr \ + --exec-prefix="${EPREFIX}" \ $(use_enable nls) \ CC=$(tc-getCC) \ LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" \
