fix command for removing libncurses++w.a

What was I doing ?!
This commit is contained in:
Xi Ruoyao 2022-05-27 21:50:53 +08:00
parent 2bb813a1e8
commit f81a8a4a3c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -137,7 +137,7 @@ echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
<para>Remove an unneeded static library not handled by
<command>configure</command>:</para>
<screen><userinput remap="install">rm -v /usr/lib/libncurses++w.a</userinput></screen>
<screen><userinput remap="install">rm -v $LFS/usr/lib/libncurses++w.a</userinput></screen>
<variablelist>
<title>The meaning of the install options:</title>