Changeset 9b90ad1
- Timestamp:
- 08/13/2021 04:38:29 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/multilib
- Children:
- eeecd89
- Parents:
- 85d9695a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/cleanup.xml
r85d9695a r9b90ad1 24 24 While still in chroot, remove those files now:</para> 25 25 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"> 27 find /usr/lib32 -name \*.la -delete</userinput><userinput arch="ml_x32"> 28 find /usr/libx32 -name \*.la -delete</userinput><userinput arch="ml_all"> 29 find /usr/lib{,x}32 -name \*.la -delete</userinput></screen> 30 30 31 31 <para>
Note:
See TracChangeset
for help on using the changeset viewer.