Files
MyLFS/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