Author: andy
Date: 2011-12-04 17:18:58 -0700 (Sun, 04 Dec 2011)
New Revision: 9061

Modified:
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Simplified a sed on the firefox page.
We only need this bit

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2011-12-04 03:15:02 UTC (rev 
9060)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2011-12-05 00:18:58 UTC (rev 
9061)
@@ -162,7 +162,7 @@
     <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 @@
   <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

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to