aboutsummaryrefslogtreecommitdiff
path: root/extra/oksh/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/oksh/build')
-rwxr-xr-xextra/oksh/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/oksh/build b/extra/oksh/build
new file mode 100755
index 00000000..fe6d6ef1
--- /dev/null
+++ b/extra/oksh/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+# We use a custom Makefile, instead of running ./configure
+make
+make DESTDIR="$1" install