diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-05 11:36:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-05 11:36:36 +0000 |
commit | 2c17ddcc20855c45c2433bc5363e40c6aa50e372 (patch) | |
tree | 9b48ab56b5ae95844e9f268195fc1bdeb3e052d5 /chapter06 | |
parent | 7ca72d4120c49ac0a7dc034de28782696566ea1d (diff) |
* 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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para>Amend the GCC specs file:</para> <screen><userinput>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`</userinput></screen> <caution><para>Perform a simple sanity check:</para> |