diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 12 |
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 &&</userinput> <userinput>cd /usr/src/glibc-build &&</userinput> <userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput> - <userinput> ../glibc-2.2.1/malloc/Makefile + <userinput> ../glibc-&glibc-version;/malloc/Makefile > tmp~ &&</userinput> - <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile && + <userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile && </userinput> - <userinput>sed "s/root/0/" ../glibc-2.2.1/login/Makefile + <userinput>sed "s/root/0/" ../glibc-&glibc-version;/login/Makefile > tmp~ && </userinput> - <userinput>mv tmp~ ../glibc-2.2.1/login/Makefile && + <userinput>mv tmp~ ../glibc-&glibc-version;/login/Makefile && </userinput> - <userinput>../glibc-2.2.1/configure \</userinput> + <userinput>../glibc-&glibc-version;/configure \</userinput> <userinput> --prefix=/usr --enable-add-ons \</userinput> <userinput> --libexecdir=/usr/bin && |