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

"uname -m" only outputs "mips64".
This commit is contained in:
Xi Ruoyao 2024-09-17 03:09:19 +08:00
parent 93bd19d69a
commit 471020b4c1
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -31,7 +31,7 @@
<xref linkend="chapter-chroot-temporary-tools"/> is still partially
installed and not needed anymore. Remove it with:</para>
<screen><userinput>find /usr -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>Finally, remove the temporary 'tester' user account created at the
beginning of the previous chapter.</para>