diff options
-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/")" \ |