aboutsummaryrefslogtreecommitdiff
path: root/extra/oksh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-01 17:48:21 +0300
committerCem Keylan <cem@ckyln.com>2021-05-01 17:48:21 +0300
commit2ffccc7423bff1dd2c87cb6994a0db2dec0c0cb1 (patch)
treee680f1dde6c6c356d591e14269602fccc870e01f /extra/oksh
parente34f43386c4cc6d1a456f9e6b8c16d8709049f6a (diff)
downloadrepository-2ffccc7423bff1dd2c87cb6994a0db2dec0c0cb1.tar.gz
oksh: rename installed binary to ksh
Diffstat (limited to 'extra/oksh')
-rwxr-xr-xextra/oksh/build7
1 files 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