aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjusting.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-30 09:08:21 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-30 09:08:21 +0000
commit395cf94ffb1f612c8ac801fcd0703d3fe096e430 (patch)
tree3f92795aa7542fb274dc74d01edaeabe2472ae57 /chapter06/adjusting.xml
parent6458e3172ec9d054efcd178c67f269804eacdb7d (diff)
Fix a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r--chapter06/adjusting.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml
index 48057ee6c..78ba0a00e 100644
--- a/chapter06/adjusting.xml
+++ b/chapter06/adjusting.xml
@@ -32,7 +32,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
<screen><userinput>gcc -dumpspecs | sed -e 's@/tools@@g' \
-e '/\*startfile_prefix_spec:/{n;s@.*@/usr/lib/ @}' \
- -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' &amp; \
+ -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' &gt; \
`dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>
<para>It is a good idea to visually inspect the specs file to verify the