diff options
-rw-r--r-- | chapter08/revisedchroot.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index b62fc87b8..5618cf0ff 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -66,9 +66,7 @@ rm -f /usr/lib/libz.a</userinput></screen> <xref linkend="chapter-chroot-temporary-tools"/> is still partially 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 be removed to further gain some place:</para> |