Fix rendering issue

This commit is contained in:
Thomas Trepl (Moody) 2021-08-13 06:38:29 +02:00
parent 85d9695ad8
commit 9b90ad1a0f

View File

@ -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