|
@@ -66,9 +66,7 @@ rm -f /usr/lib/libz.a</userinput></screen>
|
|
<xref linkend="chapter-chroot-temporary-tools"/> is still partially
|
|
<xref linkend="chapter-chroot-temporary-tools"/> is still partially
|
|
installed, and not needed anymore. Remove it with:</para>
|
|
installed, and not needed anymore. Remove it with:</para>
|
|
|
|
|
|
-<screen><userinput>find /usr/{bin,lib,libexec,include} \
|
|
|
|
- -depth \
|
|
|
|
- -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
|
|
|
|
|
|
<para>The <filename class="directory">/tools</filename> directory can also
|
|
<para>The <filename class="directory">/tools</filename> directory can also
|
|
be removed to further gain some place:</para>
|
|
be removed to further gain some place:</para>
|