From 2c17ddcc20855c45c2433bc5363e40c6aa50e372 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 5 Feb 2005 11:36:36 +0000 Subject: * Fix bug 1023 by adding a space to the readjusting toolchain perl command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readjusting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index f06cc0643..cda2768f1 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -15,7 +15,7 @@ Amend the GCC specs file: 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;' \ + -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \ `gcc --print-file specs` Perform a simple sanity check: -- cgit v1.2.3-54-g00ecf