diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-19 19:59:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-19 19:59:24 +0000 |
commit | 92c948920f7ab58e08c5b9375e2f290b823c11eb (patch) | |
tree | 9a7f1e590a41ec2f487be27f9c86ef3a873b7ea0 /chapter06/systemd.xml | |
parent | 54470acb0c692dda71fb92e364557176afe4c2a5 (diff) |
Update tar-1.30.
Update meson-0.44.0.
Update to systemd-236.
Update to linux-4.14.6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11336 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 b9b6c6f31..13d536c55 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -42,10 +42,10 @@ <para>Create a symlink to work around missing xsltproc:</para> -<screen><userinput remap="pre">ln -s /tools/bin/true /usr/bin/xsltproc</userinput></screen> +<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> <para>Set up the man pages:</para> -<screen><userinput remap="pre">tar -xf ../systemd-man-pages-235.tar.xz</userinput></screen> +<screen><userinput remap="pre">tar -xf ../systemd-man-pages-236.tar.xz</userinput></screen> <para>Prepare systemd for compilation:</para> |