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.
This commit is contained in:
Xi Ruoyao 2022-03-16 00:11:15 +08:00 committed by William Harrington
parent 47e529947c
commit 9eac91eba6

View File

@ -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>