1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-10 03:12:53 +00:00
Files
MyLFS-big_bash_script/phase3/bison.sh

8 lines
112 B
Bash

# Bison Phase 3
./configure --prefix=/usr \
--docdir=/usr/share/doc/bison-3.8.2
make
make install