mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Grammar
This commit is contained in:
parent
fbedef5b5a
commit
c522873057
@ -97,7 +97,7 @@ for i in /usr/bin/{bzcat,bunzip2}; do
|
||||
ln -sfv bzip2 $i
|
||||
done</userinput></screen>
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen>
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
<!-- dev: - -disable-static works but causes additional test failures
|
||||
so we manually remove the static library -->
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user