From a392662370990ef9e5fa55ce083749f9cb27f158 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 23 May 2020 12:01:08 -0700 Subject: [PATCH] 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 --- .../loksh/{loksh-6.7.1.ebuild => loksh-6.7.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) rename app-shells/loksh/{loksh-6.7.1.ebuild => loksh-6.7.1-r1.ebuild} (86%) 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 +} -- 2.26.2