From 18ea20701e4fc5888b72ebe00dcc0dbe18352baa Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 11 Apr 2005 19:18:25 +0000 Subject: [PATCH] Proted r4907 from trunk: Tag correction. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readjusting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 5d07a94e8..9d6dd0e7b 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -54,7 +54,7 @@ problem. The above command takes care of this issue. Remove the Binutils source and build directories now. Next, amend the GCC specs file so that it points to the new -dynamic linker. A perl command accomplishes this: +dynamic linker. A perl command accomplishes this: 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;' \