aboutsummaryrefslogtreecommitdiff
path: root/core/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 /core/bison/build
parent56e40e3b575c3208ce1abd25c3b893968a228b56 (diff)
downloadrepository-b0d1882f59d0dbeeb8993f7c4c4044af94673fbe.tar.gz
bison: move to extra
Diffstat (limited to 'core/bison/build')
-rwxr-xr-xcore/bison/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/bison/build b/core/bison/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/core/bison/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install