aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/glibc-inst.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 8fd25bf08..3106c10c2 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -16,10 +16,11 @@ Install Glibc by running the following commands:
<userinput>touch /etc/ld.so.conf &amp;&amp;</userinput>
<userinput>mkdir /usr/src/glibc-build &amp;&amp;</userinput>
<userinput>cd /usr/src/glibc-build &amp;&amp;</userinput>
- <userinput>sed -e 's|$(PERL)|/usr/bin/perl|' \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;../glibc-2.2.1/malloc/Makefile > tmp~
- &amp;&amp;</userinput>
- <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &amp;&amp;</userinput>
+ <userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;../glibc-2.2.1/malloc/Makefile
+ &gt; tmp~ &amp;&amp;</userinput>
+ <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &amp;&amp;
+ </userinput>
<userinput>../glibc-2.2.1/configure \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-add-ons
\</userinput>