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
This commit is contained in:
Mark Hymers 2002-05-25 13:56:32 +00:00
parent e7eb8a2828
commit c02af2efef
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ make install</userinput></screen></para>
<para>Once you have installed Fileutils, you can test whether the <para>Once you have installed Fileutils, you can test whether the
segmentation fault problem has been avoided by running 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 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 you didn't use them, or without the sed commands if you did use
them.</para> them.</para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020524"> <!ENTITY version "20020525">
<!ENTITY releasedate "May 24th, 2002"> <!ENTITY releasedate "May 25th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">