aboutsummaryrefslogtreecommitdiff
path: root/extra/bison/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-03 11:53:45 +0300
committerCem Keylan <cem@ckyln.com>2020-06-03 11:53:45 +0300
commitb0d1882f59d0dbeeb8993f7c4c4044af94673fbe (patch)
treecd1efd223f05abfa7a7f914f20e6211e5a19e0d2 /extra/bison/build
parent56e40e3b575c3208ce1abd25c3b893968a228b56 (diff)
downloadrepository-b0d1882f59d0dbeeb8993f7c4c4044af94673fbe.tar.gz
bison: move to extra
Diffstat (limited to 'extra/bison/build')
-rwxr-xr-xextra/bison/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/bison/build b/extra/bison/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/bison/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install