summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-05-23 12:01:08 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-05-23 12:01:25 -0700
commita392662370990ef9e5fa55ce083749f9cb27f158 (patch)
treef5cb5aaa1438fc3cb8267a8637ffeafd6fd928e0 /app-shells
parentdev-ruby/travis: fix slot warning (diff)
downloadgentoo-a392662370990ef9e5fa55ce083749f9cb27f158.tar.gz
gentoo-a392662370990ef9e5fa55ce083749f9cb27f158.tar.bz2
gentoo-a392662370990ef9e5fa55ce083749f9cb27f158.zip
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@gentoo.org>
Diffstat (limited to 'app-shells')
-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
+}