mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix rendering issue
This commit is contained in:
parent
85d9695ad8
commit
9b90ad1a0f
@ -23,10 +23,10 @@
|
|||||||
shared libraries, specially when using non-autotools build systems.
|
shared libraries, specially when using non-autotools build systems.
|
||||||
While still in chroot, remove those files now:</para>
|
While still in chroot, remove those files now:</para>
|
||||||
|
|
||||||
<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput>
|
<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput><userinput arch="ml_32">
|
||||||
<userinput arch="ml_32">find /usr/lib32 -name \*.la -delete</userinput>
|
find /usr/lib32 -name \*.la -delete</userinput><userinput arch="ml_x32">
|
||||||
<userinput arch="ml_x32">find /usr/libx32 -name \*.la -delete</userinput>
|
find /usr/libx32 -name \*.la -delete</userinput><userinput arch="ml_all">
|
||||||
<userinput arch="ml_all">find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
|
find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The current system size is now about 3 GB, however
|
The current system size is now about 3 GB, however
|
||||||
|
Loading…
Reference in New Issue
Block a user