mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
mips64el: cleanup: Make sure the find command can match mips64el-lfs-linux-gnuabi64
"uname -m" only outputs "mips64".
This commit is contained in:
parent
93bd19d69a
commit
471020b4c1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user