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.