Simplified a sed on the firefox page.

We only need this bit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9061 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2011-12-05 00:18:58 +00:00
parent cff37d66c4
commit 280dff96df

View File

@ -162,7 +162,7 @@ EOF</userinput></screen>
<para>Compile <application>Firefox</application> by issuing the
following commands:</para>
<screen><userinput>sed -i 's# ""##;/DMOZ_APP_VERSION/d' browser/base/Makefile.in &amp;&amp;
<screen><userinput>sed -i 's# ""##' browser/base/Makefile.in &amp;&amp;
make -f client.mk</userinput></screen>
<para>If you have <emphasis>not</emphasis> linked
@ -206,7 +206,7 @@ chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i 's# ""##;/DMOZ_APP_VERSION/d' ...</command>: This
<para><command>sed -i 's# ""##' browser/base/Makefile.in</command>: This
removes an unprintable control character from the title bar.</para>
<para><command>make -f client.mk ...</command>: Mozilla products are