2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 14:30:57 -06:00
repo/core/bison/build

19 lines
352 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
2021-07-06 05:14:37 -06:00
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" \
2021-07-06 05:14:37 -06:00
install-libLIBRARIES \
install-binPROGRAMS \
install-nodist_binSCRIPTS \
install-dist_m4sugarDATA \
install-dist_skeletonsDATA \
install-dist_pkgdataDATA \
install-aclocalDATA \
install-man1