diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-11-19 00:26:23 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-11-19 00:26:23 +0900 |
commit | 1e711053e939c845bb089e91d9e81bb22e05e378 (patch) | |
tree | 58a8a3d0f69bd3b13602e0332c9932e657cfba7b /app-shells/yash | |
parent | media-libs/libplacebo: update to v2.72.2 (diff) | |
download | gentoo-1e711053e939c845bb089e91d9e81bb22e05e378.tar.gz gentoo-1e711053e939c845bb089e91d9e81bb22e05e378.tar.bz2 gentoo-1e711053e939c845bb089e91d9e81bb22e05e378.zip |
app-shells/yash: install to /bin/yash
Reported-by: orbea <orbea@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@gentoo.org>
Diffstat (limited to 'app-shells/yash')
-rw-r--r-- | app-shells/yash/yash-2.50.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild index bf89ed32fa99..8d0249caa129 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/")" \ |