aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/lockingglibc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
commit243d49acd65f59052effd8ccb15800e9232ac008 (patch)
tree3b0bd352308dcfc3dbab8d10ba5b5c16ac2bb2e3 /chapter05/lockingglibc.xml
parent5b2a34dd5f17479f3efc39a76a047508d42ec8c4 (diff)
XML fixes and nbsp fix for lfscmd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r--chapter05/lockingglibc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml
index 9b0658aff..dd9c61e2c 100644
--- a/chapter05/lockingglibc.xml
+++ b/chapter05/lockingglibc.xml
@@ -11,10 +11,10 @@
<para>You can remove the binutils-* directories now.</para>
-<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs &&
-cp ${SPECFILE} ./XX &&
-sed 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} &&
-unset SPECFILE &&
+<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs &amp;&amp;
+cp ${SPECFILE} ./XX &amp;&amp;
+sed 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} &amp;&amp;
+unset SPECFILE &amp;&amp;
rm -f ./XX</userinput></screen></para>
</sect2>