From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter8/man-db.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'chapter8/man-db.sh') diff --git a/chapter8/man-db.sh b/chapter8/man-db.sh index afa8cb0..4b544eb 100644 --- a/chapter8/man-db.sh +++ b/chapter8/man-db.sh @@ -1,17 +1,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 +#!/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 -- cgit v1.2.3-54-g00ecf