r7806 - in trunk/BOOK: . xsoft/graphweb

ken at linuxfromscratch.org ken at linuxfromscratch.org
Wed Mar 18 09:54:48 MDT 2009


Author: ken
Date: 2009-03-18 09:54:48 -0600 (Wed, 18 Mar 2009)
New Revision: 7806

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Add missing backslash.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent	2009-03-15 19:08:55 UTC (rev 7805)
+++ trunk/BOOK/general.ent	2009-03-18 15:54:48 UTC (rev 7806)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "18">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml	2009-03-15 19:08:55 UTC (rev 7805)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml	2009-03-18 15:54:48 UTC (rev 7806)
@@ -301,7 +301,7 @@
     <systemitem class="username">root</systemitem> user enter the following
     symbolic link:</para>
 
-<screen role="root"><userinput>ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins
+<screen role="root"><userinput>ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins \
  /usr/lib/firefox-$firefox-version;/plugins</userinput></screen>
 
   </sect2>
@@ -325,7 +325,7 @@
     the proper icon is displayed in the taskbar and when
     <application>Firefox</application> windows are minimized.</para> -->
 
-    <para><command>ln -s /usr/lib/xulrunner-&xulrunner-version;/plugins 
+    <para><command>ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins
     /usr/lib/firefox-$firefox-version;/plugins</command>:
     <application>Firefox</application> looks for plugins in its own directory,
     but when building on <application>xulrunner</application> the plugins were




More information about the blfs-book mailing list