aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gperf.sh
blob: 1806dd397036459bd68f68a41429b6f7f510ceed (plain)
1
2
3
4
5
6
7
#!/bin/bash

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

make &&

make -j1 install