summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/loksh/loksh-6.7.1-r1.ebuild (renamed from app-shells/loksh/loksh-6.7.1.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-shells/loksh/loksh-6.7.1.ebuild b/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
+}