diff options
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter08/systemd.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 60943c051..cae05e442 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -100,7 +100,7 @@ <para>[xry111] - Update to MarkupSafe-2.1.0. Fixes <ulink url="&lfs-ticket-root;5015">#5015</ulink>.</para> </listitem> - <listitem> + <listitem revision="systemd"> <para>[xry111] - Update to dbus-1.14.0. Fixes <ulink url="&lfs-ticket-root;5017">#5017</ulink>.</para> </listitem> diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 22d067ad6..2ce2b1b83 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -180,7 +180,7 @@ meson --prefix=/usr \ <para>Install the man pages:</para> -<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen> +<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz -C /usr/share/man</userinput></screen> <para>Remove a useless directory:</para> |