From a0bc1c68560894ebda291882c1d362a53419fcf7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 12 Sep 2016 03:29:08 +0000 Subject: typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjusting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index cf63a77d7..04bb3eba0 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -69,7 +69,7 @@ readelf -l a.out | grep ': /lib' /usr/lib/crtn.o succeeded On 64-bit systems, the path above will be - /usr/lib/gcc/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/. This + /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/. This reduces to /usr/lib64 and /usr/lib64 is a symlink that points to /usr/lib. -- cgit v1.2.3-54-g00ecf