2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-25 00:30:06 -07:00
repo/core/bison/build

12 lines
160 B
Plaintext
Raw Normal View History

2019-05-18 09:58:12 -06:00
#!/bin/sh -e
./configure \
2019-10-05 08:49:12 -06:00
--prefix=/usr
2019-05-18 09:58:12 -06:00
make
make DESTDIR="$1" install
2019-09-07 11:35:22 -06:00
# Remove all uneeded files.
rm -rf "$1/usr/share/info"
2019-08-11 12:19:41 -06:00
rm -rf "$1/usr/share/doc"