aboutsummaryrefslogtreecommitdiff
path: root/extra/oksh/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-21 13:33:16 +0300
committerCem Keylan <cem@ckyln.com>2020-09-21 13:33:16 +0300
commitd5d871260ea23bc8c7afd32ee5df10dff241b15e (patch)
treefd3f91fd20e0d3086dda5d5e1a7f91ca1aa35050 /extra/oksh/build
parentc83dad2a4891e4818dfecd299a7ac7568dd201b3 (diff)
downloadrepository-d5d871260ea23bc8c7afd32ee5df10dff241b15e.tar.gz
oksh: use handmade Makefile instead
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