1 2 3 4 5 6 7 8
#!/bin/bash set -e ./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" && make && make -j1 install