diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-25 13:56:32 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-25 13:56:32 +0000 |
commit | c02af2efefa762e400b4c0ff423e2f9e46c5ef4c (patch) | |
tree | 9eb08365020d845d7196218874c9801955c95d8e /chapter05 | |
parent | e7eb8a2828c2815f02346c44e72973c25a988712 (diff) |
small fix to ch5 fileutils instructions; we now need to run /static/bin/ls not /bin/ls
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/fileutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 1cfb30977..83e77af52 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -34,7 +34,7 @@ make install</userinput></screen></para> <para>Once you have installed Fileutils, you can test whether the segmentation fault problem has been avoided by running -<userinput>$LFS/bin/ls</userinput>. If this works, then you are OK. If +<userinput>$LFS/static/bin/ls</userinput>. If this works, then you are OK. If not, then you need to re-do the installation using the sed commands if you didn't use them, or without the sed commands if you did use them.</para> |