diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2013-05-01 17:50:53 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2013-05-01 17:50:53 +0000 |
commit | 700c33ddf4a392bff2a06f9915e65a91c9f0452f (patch) | |
tree | 55958b8d0fdfdfd12e5c3b5cc98ecc0594dea5c3 | |
parent | e586af1d314da28a70f09c49963fde43fcbe7b73 (diff) |
target triplets no longer appear in the SEARCH_DIR output after adjusting, so don't mention them in the text
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/adjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index 624e23d9f..933bebb44 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -81,7 +81,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <screen os="j"><userinput>grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'</userinput></screen> <para os="k">If everything is working correctly, there should be no errors, - and the output of the last command (allowing for platform-specific target triplets) + and the output of the last command will be:</para> <screen><computeroutput>SEARCH_DIR("/usr/lib") |