diff options
Diffstat (limited to 'chapter8/man-db.sh')
-rw-r--r-- | chapter8/man-db.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 && |