aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-02 20:42:46 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-02 20:42:46 +0000
commita1b60e222a43ae6c5e5c1cc305974a8d62cbd4ab (patch)
tree7ca1402974e95dd564b3b38194b7cece6cb4bfcb
parent289207bab6b5f14f3fec87f7fb4e617ecfacbba5 (diff)
Fix example output in adjusted search path
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/adjusting.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml
index 78ba0a00e..624e23d9f 100644
--- a/chapter06/adjusting.xml
+++ b/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>