diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-12-20 00:58:10 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-12-20 00:58:10 +0000 |
commit | ea5492c31850c690792b8e416a4296ff9d96f534 (patch) | |
tree | 61c55688ba069a08df0390c6a2e6361fcb22b69b /chapter06 | |
parent | 92c948920f7ab58e08c5b9375e2f290b823c11eb (diff) |
Fix systemd-236 md5sum.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 13d536c55..192e0035c 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -45,7 +45,7 @@ <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-236.tar.xz</userinput></screen> +<screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz</userinput></screen> <para>Prepare systemd for compilation:</para> |