aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-08-13 06:38:29 +0200
committerThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-08-13 06:38:29 +0200
commit9b90ad1a0f680eeda68b292112ae79f5458bdeb9 (patch)
tree04cadf121288d0e1b6f647fbe5c9f9e43ab28d9a
parent85d9695ad817cbeb3e354983e75add94b399ed78 (diff)
Fix rendering issue
-rw-r--r--chapter07/cleanup.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml
index 1403ac529..c1446dedd 100644
--- a/chapter07/cleanup.xml
+++ b/chapter07/cleanup.xml
@@ -23,10 +23,10 @@
shared libraries, specially when using non-autotools build systems.
While still in chroot, remove those files now:</para>
-<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput>
-<userinput arch="ml_32">find /usr/lib32 -name \*.la -delete</userinput>
-<userinput arch="ml_x32">find /usr/libx32 -name \*.la -delete</userinput>
-<userinput arch="ml_all">find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
+<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput><userinput arch="ml_32">
+find /usr/lib32 -name \*.la -delete</userinput><userinput arch="ml_x32">
+find /usr/libx32 -name \*.la -delete</userinput><userinput arch="ml_all">
+find /usr/lib{,x}32 -name \*.la -delete</userinput></screen>
<para>
The current system size is now about 3 GB, however