Author: ken
Date: Sun Jul  7 04:31:01 2013
New Revision: 11364

Log:
Remove sed which fixed ff-21 build on xulrunner but breaks the ff-22 build.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Jul  6 20:22:08 2013        (r11363)
+++ trunk/BOOK/general.ent      Sun Jul  7 04:31:01 2013        (r11364)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "06">                   <!-- Always 2 digits -->
+<!ENTITY day          "07">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 6th, &year;">
+<!ENTITY releasedate  "July 7th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Sat Jul  6 20:22:08 2013        
(r11363)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Sun Jul  7 04:31:01 2013        
(r11364)
@@ -222,7 +222,6 @@
     </para>
 
 <screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
-sed -i "/gre_path/s@DIST'\]@&amp; + '/bin'@" 
toolkit/mozapps/installer/packager.py &amp;&amp;
 make -f client.mk</userinput></screen>
 
     <para>
@@ -304,11 +303,6 @@
     </para>
 
     <para>
-      <command>sed -i "/gre_path/s@DIST'\]@&amp; + '/bin'@" ...</command>: This
-      sed fixes build with <application>Xulrunner</application>.
-    </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> command.
-- 
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