This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-12-23 07:40:11 -07:00
Code
Issues
Wiki
341c07e8ca
repo
/
core
/
bison
/
build
9 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
general: Added pkgfile2puke
2019-05-18 09:58:12 -06:00
#!/bin/sh -e
./configure \
bison: Disable NLS. Potential fix for #206
2020-07-27 15:28:03 -06:00
--prefix=/usr \
--disable-nls
general: Added pkgfile2puke
2019-05-18 09:58:12 -06:00
make
make DESTDIR="$1" install
Copy Permalink