From 0066a92b4bdb8f863d5844340023436747ebf4eb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 25 Feb 2019 18:50:04 +0000 Subject: Change the method of supressing installation of /etc/systmed in man-db. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11534 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-db.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'chapter06/man-db.xml') diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 9a3df290b..a32b98a7f 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -60,7 +60,8 @@ --with-browser=/usr/bin/lynx \ --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap \ - --with-systemdtmpfilesdir= + --with-systemdtmpfilesdir= \ + --with-systemdsystemunitdir= The meaning of the configure options: @@ -96,6 +97,14 @@ + + --with-systemd... + + These parameters prevent installing unneeded systemd + directories and files. + + + Compile the package: @@ -109,12 +118,12 @@ Install the package: make install - +