mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
24 lines
607 B
Bash
24 lines
607 B
Bash
# Man-DB Phase 4
|
|
./configure --prefix=/usr \
|
|
--docdir=/usr/share/doc/man-db-2.10.2 \
|
|
--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
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make check
|
|
set -e
|
|
fi
|
|
|
|
make install
|
|
|