diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-11-07 01:34:55 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-11-07 01:34:55 +0000 |
commit | 87b22cad78cee7d4a4ea9de6c21297d5ecad96a1 (patch) | |
tree | 895645c640a51525e57040a97865188d84d4bbe6 /chapter06/systemd.xml | |
parent | edd71fb63ef41c09785ead19bb956c0998a45bdb (diff) |
Fix potential problem with meson-0.52 and systemd-243.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index e9e2a9476..0c7e49fdc 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -43,7 +43,7 @@ <para>First, apply a patch to fix various bugs since the release of systemd-243.</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen> <para>Create a symlink to work around missing xsltproc:</para> |