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 committed by William Harrington
parent 7ea2104f0c
commit ee47820531

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>