From: Georgy Yakovlev Date: Sat, 23 May 2020 19:01:08 +0000 (-0700) Subject: app-shells/loksh: revbump, install to /bin/ksh X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a392662370990ef9e5fa55ce083749f9cb27f158;p=gentoo.git app-shells/loksh: revbump, install to /bin/ksh user pinged on IRC that due to meson migration binary was misplased as /usr/bin/ksh Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- diff --git a/app-shells/loksh/loksh-6.7.1.ebuild b/app-shells/loksh/loksh-6.7.1-r1.ebuild similarity index 86% rename from app-shells/loksh/loksh-6.7.1.ebuild rename to app-shells/loksh/loksh-6.7.1-r1.ebuild index 690826159b8a..ca44f5e3fd4f 100644 --- a/app-shells/loksh/loksh-6.7.1.ebuild +++ b/app-shells/loksh/loksh-6.7.1-r1.ebuild @@ -26,3 +26,8 @@ src_prepare() { default sed -i "/install_dir/s@loksh@${PF}@" meson.build || die } + +src_configure() { + # we want it as /bin/ksh + meson_src_configure --bindir=../bin +}