diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-16 00:11:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-16 00:13:35 +0800 |
commit | 9c7e6ff8533136b4c24b3e6ab062a0590973920e (patch) | |
tree | 0e7256868e4d571f1e1c5192f0b9d335b3b718ae /chapter08 | |
parent | c6ed3d01268264460a327d2f7d96b45a6a6480da (diff) |
systemd: remove --strip-compoents=1 from man page installation command
systemd-man-pages-250.tar.xz has no additional leading components.
An errata is required.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |