diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3aaa0f9d1..9271af6d9 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -90,11 +90,9 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL</userinput></screen> --> - <para>First apply two patches which correct failures in the test - suite:</para> + <para>First apply a patch which corrects a failure 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-ildoubl-test-fix-patch;</userinput></screen> <para>The <command>ldd</command> shell script contains Bash-specific |