From 3944e7bdda7568f0ac2fb55afc818a815dc0312f Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Wed, 15 Apr 2020 04:58:55 +0000 Subject: [PATCH] systemd: actually install manpages git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/systemd.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index baab14621..d763eb9f8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,10 @@ 2020-04-15 + + [renodr] - Install the man pages in systemd. Fixes + #4627. + [bdubbs] - Update to gawk-5.1.0. Fixes #4629. diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 386535ab2..f64c4df72 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -99,6 +99,7 @@ meson --prefix=/usr \ -Drpmmacrosdir=no \ -Dhomed=false \ -Duserdb=false \ + -Dman=true \ ..