Author: ken
Date: 2012-08-22 11:47:05 -0600 (Wed, 22 Aug 2012)
New Revision: 10538

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/xulrunner.xml
Log:
Add missing xulrunner symlinks.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-08-22 16:43:51 UTC 
(rev 10537)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-08-22 17:47:05 UTC 
(rev 10538)
@@ -44,6 +44,15 @@
 
 -->
     <listitem>
+      <para>August 22nd, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Add missing symlinks in xulrunner-14.0.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 18th, 2012</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/xulrunner.xml
===================================================================
--- trunk/BOOK/x/lib/xulrunner.xml      2012-08-22 16:43:51 UTC (rev 10537)
+++ trunk/BOOK/x/lib/xulrunner.xml      2012-08-22 17:47:05 UTC (rev 10538)
@@ -189,6 +189,8 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
+<!-- the end two symlinks for run-mozilla.sh and xpcshell might not be needed
+ in xulrunner-15 -->
 <screen role="root"><userinput>make -C xulrunner-build-dir install             
  &amp;&amp;
 mkdir -p                 /usr/lib/mozilla/plugins &amp;&amp;
 rm -rf            /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
@@ -196,7 +198,14 @@
 
 for library in /usr/lib/xulrunner-&xulrunner-version;/*.so
 do ln -sfv $library /usr/lib
-done</userinput></screen>
+done
+
+ln -sv -f ../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh \
+       /usr/lib/xulrunner-&xulrunner-version;
+ln -sv -f ../xulrunner-&xulrunner-version;/sdk/bin/xpcshell \
+       /usr/lib/xulrunner-&xulrunner-version;
+
+</userinput></screen>
   </sect2>
 
   <sect2 role="commands">
@@ -229,6 +238,14 @@
       but not all, of these libraries can also be found in
  <filename 
class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>.
     </para>
+
+    <para>
+     <command>ln -sv -f 
../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh</command>
+     The <filename>run-mozilla.sh</filename> and <filename>xpcshell</filename> 
files
+     have been moved in this version, but the code which installs 
<command>firefox</command>
+     (when linked to xulrunner) was not updated.  These symlinks allow firefox 
to install.
+    </para>
+
   </sect2>
 
   <sect2 role="content">

-- 
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