From 6e8fc7d1996534dff1a06687e630c1f01aaf832f Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 10 Sep 2004 13:02:16 +0000 Subject: Resolved bug 895 with a modification to our glibc lockin instructions in chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readjusting.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index c7ab66921..a3522a663 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -52,7 +52,8 @@ this: -sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \ +perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \ + -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \ `gcc --print-file specs` Again, cutting and pasting the above is recommended. And just like -- cgit v1.2.3-54-g00ecf