aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 87e113292..8e5a411f0 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -90,10 +90,10 @@ unset DL</userinput></screen>-->
<para>When running <command>make install</command>, a script called
<filename>test-installation.pl</filename> performs a small sanity test on
- our newly installed Glibc. However, it contains a bug that causes it to
- fail, so prevent it from running by issuing the following command:</para>
+ our newly installed Glibc. Use a patch to fix the bug that causes it to
+ fail:</para>
-<screen><userinput remap="pre">sed -i '/test-installation.pl/d' Makefile</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-installation-patch;</userinput></screen>
<para>The <command>ldd</command> shell script contains Bash-specific
syntax. Change its default program interpreter to <command>/bin/bash</command>