Author: pierre
Date: Sun Jul  5 01:58:46 2020
New Revision: 11993

Log:
Change the cleaning of x86_64-lfs* files because some are directly in /usr

Modified:
   trunk/BOOK/chapter08/revisedchroot.xml

Modified: trunk/BOOK/chapter08/revisedchroot.xml
==============================================================================
--- trunk/BOOK/chapter08/revisedchroot.xml      Sat Jul  4 14:14:57 2020        
(r11992)
+++ trunk/BOOK/chapter08/revisedchroot.xml      Sun Jul  5 01:58:46 2020        
(r11993)
@@ -66,9 +66,7 @@
    <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>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to