From 26deb2eac2a57077ae9a69c3b8a0ac8b5d50ed51 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 1 May 2021 17:38:29 +0300 Subject: oksh: bump to 6.9 --- extra/oksh/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/oksh/build') 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 -- cgit v1.2.3