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
parent c6ed3d0126
commit 9c7e6ff853
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

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>