mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-26 15:19:20 +01:00
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:
parent
c6ed3d0126
commit
9c7e6ff853
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user