aboutsummaryrefslogtreecommitdiff
path: root/extra/oksh/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-01 17:38:29 +0300
committerCem Keylan <cem@ckyln.com>2021-05-01 17:38:29 +0300
commit26deb2eac2a57077ae9a69c3b8a0ac8b5d50ed51 (patch)
treeb5bc4b0e5bdfd80b52ac5916fb1504084121f710 /extra/oksh/build
parent2a20fea4d26c6d65bc5beb6decaef172dc46428b (diff)
downloadrepository-26deb2eac2a57077ae9a69c3b8a0ac8b5d50ed51.tar.gz
oksh: bump to 6.9
Diffstat (limited to 'extra/oksh/build')
-rwxr-xr-xextra/oksh/build5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/oksh/build b/extra/oksh/build
index fe6d6ef1..cdabf582 100755
--- a/extra/oksh/build
+++ b/extra/oksh/build
@@ -1,5 +1,8 @@
#!/bin/sh -e
-# We use a custom Makefile, instead of running ./configure
+./configure \
+ --prefix=/usr \
+ --enable-static
+
make
make DESTDIR="$1" install