aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/man-db.sh
blob: bcf27bb2177769c76ff025959a39f12c70ea1600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

./configure --prefix=/usr \
            --docdir=/usr/share/doc/man-db-"${VERSION}" \
            --sysconfdir=/etc \
            --disable-setuid \
            --enable-cache-owner=bin \
            --with-browser=/usr/bin/lynx \
            --with-vgrind=/usr/bin/vgrind \
            --with-grap=/usr/bin/grap &&

make &&

make -j1 install