Browse Source

Fix example output in adjusted search path

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 12 years ago
parent
commit
a1b60e222a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      chapter06/adjusting.xml

+ 1 - 2
chapter06/adjusting.xml

@@ -84,8 +84,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
   and the output of the last command (allowing for platform-specific target triplets)
   will be:</para>
 
-<screen><computeroutput>SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
-SEARCH_DIR("/usr/lib")
+<screen><computeroutput>SEARCH_DIR("/usr/lib")
 SEARCH_DIR("/lib");</computeroutput></screen>
 
   <para os="l">Next make sure that we're using the correct libc:</para>