sed command update

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-03-15 11:30:16 +00:00
parent cf9c2ed16b
commit 08fc41a52d

View File

@ -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>