diff options
Diffstat (limited to 'extra/oksh/build')
-rwxr-xr-x | extra/oksh/build | 5 |
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 |