diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
commit | 5e2cb652195321c7f63b5d22077e583b75118178 (patch) | |
tree | d64a6d22aa92dfd27bfd0df8a9b973c5068ab16a /chapter06/glibc-inst.xml | |
parent | 1f61f4234c1bb6da0c31e9370d76dc78c975ebba (diff) |
first set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index ae8781b8b..7593b56ca 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -22,9 +22,7 @@ is putting your system at very high risk.</para> <para>Install Glibc by running the following commands:</para> -<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 && -touch /etc/ld.so.conf && -cp malloc/Makefile malloc/Makefile.backup && +<para><screen><userinput>cp malloc/Makefile malloc/Makefile.backup && sed 's%\$(PERL)%/usr/bin/perl%' \ malloc/Makefile.backup > malloc/Makefile && cp login/Makefile login/Makefile.backup && @@ -37,7 +35,7 @@ echo "cross-compiling = no" > configparms && make && make install && make localedata/install-locales && -exec /bin/bash --login</userinput></screen></para> +exec /static/bin/bash --login</userinput></screen></para> <para>An alternative to running <userinput>make localedata/install-locales</userinput> is to only install those locales |