aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/check.sh
blob: 4b856a3726ca7ceb681997115fa01ad8b2c81584 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --prefix=/usr --disable-static

make

make docdir=/usr/share/doc/check-"${VERSION}" -j1 install