diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-11 04:02:55 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-11 04:02:55 +0000 |
commit | ce69610f7ffcb8af226d8f6768a011f5d31cbd02 (patch) | |
tree | af736276962f6fb4e70e6c180a9f7054475af6b0 /chapter06/glibc.xml | |
parent | 2e1fb0caf9ce167cad1bb72dfb2c57f6140e7dd4 (diff) |
minor correction - glibc patch paths
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index fa3ba061c..f83632432 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -91,8 +91,8 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>--> <para>First apply two patches which correct failures in the test suite:</para> -<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; -patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch; +patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen> <para>The <command>ldd</command> shell script contains Bash-specific |