Changeset 471020b


Ignore:
Timestamp:
09/16/2024 07:09:19 PM (3 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
35ca7d2
Parents:
93bd19d6
Message:

mips64el: cleanup: Make sure the find command can match mips64el-lfs-linux-gnuabi64

"uname -m" only outputs "mips64".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/cleanup.xml

    r93bd19d6 r471020b  
    3232   installed and not needed anymore. Remove it with:</para>
    3333
    34 <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
     34<screen><userinput>find /usr -depth -name $(uname -m)\*-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
    3535
    3636   <para>Finally, remove the temporary 'tester' user account created at the
Note: See TracChangeset for help on using the changeset viewer.