diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-01 17:48:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-01 17:48:21 +0300 |
commit | 2ffccc7423bff1dd2c87cb6994a0db2dec0c0cb1 (patch) | |
tree | e680f1dde6c6c356d591e14269602fccc870e01f /extra/oksh | |
parent | e34f43386c4cc6d1a456f9e6b8c16d8709049f6a (diff) | |
download | repository-2ffccc7423bff1dd2c87cb6994a0db2dec0c0cb1.tar.gz |
oksh: rename installed binary to ksh
Diffstat (limited to 'extra/oksh')
-rwxr-xr-x | extra/oksh/build | 7 |
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 |