From 2ffccc7423bff1dd2c87cb6994a0db2dec0c0cb1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 1 May 2021 17:48:21 +0300 Subject: oksh: rename installed binary to ksh --- extra/oksh/build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/oksh/build b/extra/oksh/build index cdabf582..a1d4eda9 100755 --- a/extra/oksh/build +++ b/extra/oksh/build @@ -2,7 +2,8 @@ ./configure \ --prefix=/usr \ - --enable-static + --enable-static \ + --enable-sh -make -make DESTDIR="$1" install +make PROG=ksh +make PROG=ksh DESTDIR="$1" install -- cgit v1.2.3