Changeset 9b90ad1


Ignore:
Timestamp:
08/13/2021 04:38:29 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
eeecd89
Parents:
85d9695a
Message:

Fix rendering issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/cleanup.xml

    r85d9695a r9b90ad1  
    2424    While still in chroot, remove those files now:</para>
    2525
    26 <screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput>
    27 <userinput arch="ml_32">find /usr/lib32 -name \*.la -delete</userinput>
    28 <userinput arch="ml_x32">find /usr/libx32 -name \*.la -delete</userinput>
    29 <userinput arch="ml_all">find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
     26<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput><userinput arch="ml_32">
     27find /usr/lib32 -name \*.la -delete</userinput><userinput arch="ml_x32">
     28find /usr/libx32 -name \*.la -delete</userinput><userinput arch="ml_all">
     29find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
    3030
    3131    <para>
Note: See TracChangeset for help on using the changeset viewer.