aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 5a4dbed5a..a8c94ce2a 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -2,7 +2,7 @@
<title>Installation of Glibc</title>
<para>
-Unpack the glibc-linuxthreads in the glibc-2.2.1 directory, not in
+Unpack the glibc-linuxthreads in the glibc-&glibc-version; directory, not in
/usr/src.
</para>
@@ -16,15 +16,15 @@ Install Glibc by running the following commands:
<userinput>mkdir /usr/src/glibc-build &amp;&amp;</userinput>
<userinput>cd /usr/src/glibc-build &amp;&amp;</userinput>
<userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;../glibc-2.2.1/malloc/Makefile
+ <userinput>&nbsp;&nbsp;&nbsp;../glibc-&glibc-version;/malloc/Makefile
&gt; tmp~ &amp;&amp;</userinput>
- <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &amp;&amp;
+ <userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile &amp;&amp;
</userinput>
- <userinput>sed "s/root/0/" ../glibc-2.2.1/login/Makefile
+ <userinput>sed "s/root/0/" ../glibc-&glibc-version;/login/Makefile
&gt; tmp~ &amp;&amp; </userinput>
- <userinput>mv tmp~ ../glibc-2.2.1/login/Makefile &amp;&amp;
+ <userinput>mv tmp~ ../glibc-&glibc-version;/login/Makefile &amp;&amp;
</userinput>
- <userinput>../glibc-2.2.1/configure \</userinput>
+ <userinput>../glibc-&glibc-version;/configure \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-add-ons
\</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin &amp;&amp;