From 700c33ddf4a392bff2a06f9915e65a91c9f0452f Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Wed, 1 May 2013 17:50:53 +0000 Subject: 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 --- chapter06/adjusting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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' grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' 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: SEARCH_DIR("/usr/lib") -- cgit v1.2.3-54-g00ecf