Author: andy
Date: 2011-12-01 06:19:03 -0700 (Thu, 01 Dec 2011)
New Revision: 9045
Modified:
trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Added a sed to remove an unprintable control character from firefox's title bar
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2011-12-01 05:09:32 UTC (rev
9044)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2011-12-01 13:19:03 UTC (rev
9045)
@@ -162,7 +162,8 @@
<para>Compile <application>Firefox</application> by issuing the
following commands:</para>
-<screen><userinput>make -f client.mk</userinput></screen>
+<screen><userinput>sed -i 's# ""##;/DMOZ_APP_VERSION/d'
browser/base/Makefile.in &&
+make -f client.mk</userinput></screen>
<para>If you have <emphasis>not</emphasis> linked
<application>Firefox</application> against an installed
@@ -205,6 +206,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i 's# ""##;/DMOZ_APP_VERSION/d' ...</command>: This
+ removes an unprintable control character from the title bar.</para>
+
<para><command>make -f client.mk ...</command>: Mozilla products are
packaged to allow the use of a configuration file which can be used to
pass the configuration settings to the <command>configure</command>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page