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

./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 \
            --with-systemdtmpfilesdir= \
            --with-systemdsystemunitdir=

make

make -j1 install