From 471020b4c1be6255b9c6169f09dc9072635f0a07 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 17 Sep 2024 03:09:19 +0800 Subject: [PATCH] mips64el: cleanup: Make sure the find command can match mips64el-lfs-linux-gnuabi64 "uname -m" only outputs "mips64". --- chapter08/cleanup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/cleanup.xml b/chapter08/cleanup.xml index 0997fbbd8..9e3fc62b6 100644 --- a/chapter08/cleanup.xml +++ b/chapter08/cleanup.xml @@ -31,7 +31,7 @@ is still partially installed and not needed anymore. Remove it with: -find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf +find /usr -depth -name $(uname -m)\*-lfs-linux-gnu\* | xargs rm -rf Finally, remove the temporary 'tester' user account created at the beginning of the previous chapter.