diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-09 18:35:09 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-09 18:35:09 +0000 |
commit | 7ce01e0fcdcbb6458dbfb56f42974dc82a3e454d (patch) | |
tree | cfdba83c98c007f2dbcef85fdcb13283e54b3e43 /chapter05/glibc.xml | |
parent | 8465615fc8828dff504fd1dbcdecde1761ebd22b (diff) |
Removed extraneous ampersands put in by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1919f9850..98f22ad17 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -46,7 +46,7 @@ <para>Though not mandatory in this chapter, if you plan on running the test suite, you should apply the following patches:</para> -<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; && +<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source |