aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/check.sh
blob: 29c4d056dcbb5c57a76df456ef1425a8878459fb (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