diff options
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> |