2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 03:30:23 -07:00
repo/core/bison/build

10 lines
134 B
Plaintext
Raw Normal View History

2019-05-18 09:58:12 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls \
--without-libtextstyle-prefix
2019-05-18 09:58:12 -06:00
make
make DESTDIR="$1" install