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

./configure --prefix=/usr --docdir=/usr/share/doc/gperf-"${VERSION}" &&

make &&

make -j1 install