From bb184e13b4806c56e095a1a33c4fc3ea281bdd29 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 20 Apr 2021 10:27:12 -0500 Subject: Adjust for systemd specific builds. --- chapter8/man-db.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter8/man-db.sh') diff --git a/chapter8/man-db.sh b/chapter8/man-db.sh index afa8cb0..8076622 100644 --- a/chapter8/man-db.sh +++ b/chapter8/man-db.sh @@ -8,9 +8,7 @@ set -e --enable-cache-owner=bin \ --with-browser=/usr/bin/lynx \ --with-vgrind=/usr/bin/vgrind \ - --with-grap=/usr/bin/grap \ - --with-systemdtmpfilesdir= \ - --with-systemdsystemunitdir= && + --with-grap=/usr/bin/grap && make && -- cgit v1.2.3-54-g00ecf