diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-10-10 19:50:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-10-10 19:50:32 +0000 |
commit | da58e931f213cda487ff29fcc00e8338b30c747d (patch) | |
tree | 1e9593b9d7bc1731b69c02f3e053a0f00c792ebe /chapter06/systemd.xml | |
parent | a9a92e43f7b068ad903eb533b1685a3a56f7c808 (diff) |
Fix typo for systemd/meson patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11475 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index c987066d4..e562f4ac1 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -63,9 +63,9 @@ done</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> - <para>Apply a patch to fix a build failure with meson-0.40.0:</para> + <para>Apply a patch to fix a build failure with meson-0.48.0:</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.40.0_fixes-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.48.0_fixes-1.patch</userinput></screen> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev |