From b0d1882f59d0dbeeb8993f7c4c4044af94673fbe Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 3 Jun 2020 11:53:45 +0300 Subject: bison: move to extra --- extra/bison/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/bison/build (limited to 'extra/bison/build') 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 -- cgit v1.2.3