commit: a392662370990ef9e5fa55ce083749f9cb27f158 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat May 23 19:01:08 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat May 23 19:01:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3926623
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 <gyakovlev <AT> gentoo.org> app-shells/loksh/{loksh-6.7.1.ebuild => loksh-6.7.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) 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 690826159b8..ca44f5e3fd4 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 +}