aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 18:48:42 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 18:48:42 +0000
commitf76d55ad08fc0ce69fa7116aec6634ed55ab15ae (patch)
treeddfc34961c53d17e02d0f0cda3192fbfb422b587 /chapter06/glibc-inst.xml
parent07d45745ab33d13fb036c146c7aa1192e61c9ff2 (diff)
added 'touch /etc/ld.so.conf' which was removed by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 7593b56ca..4af0b25b2 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -22,7 +22,8 @@ is putting your system at very high risk.</para>
<para>Install Glibc by running the following commands:</para>
-<para><screen><userinput>cp malloc/Makefile malloc/Makefile.backup &amp;&amp;
+<para><screen><userinput>touch /etc/ld.so.conf &amp;&amp;
+cp malloc/Makefile malloc/Makefile.backup &amp;&amp;
sed 's%\$(PERL)%/usr/bin/perl%' \
&nbsp;&nbsp;&nbsp;&nbsp;malloc/Makefile.backup &gt; malloc/Makefile &amp;&amp;
cp login/Makefile login/Makefile.backup &amp;&amp;