Changeset 9ade4e9d


Ignore:
Timestamp:
08/22/2012 05:47:05 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b5c8117
Parents:
c0cfef7b
Message:

Add missing xulrunner symlinks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10538 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc0cfef7b r9ade4e9d  
    4545-->
    4646    <listitem>
     47      <para>August 22nd, 2012</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Add missing symlinks in xulrunner-14.0.1.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>August 18th, 2012</para>
    4857      <itemizedlist>
  • x/lib/xulrunner.xml

    rc0cfef7b r9ade4e9d  
    190190    </para>
    191191
     192<!-- the end two symlinks for run-mozilla.sh and xpcshell might not be needed
     193 in xulrunner-15 -->
    192194<screen role="root"><userinput>make -C xulrunner-build-dir install               &amp;&amp;
    193195mkdir -p                 /usr/lib/mozilla/plugins &amp;&amp;
     
    197199for library in /usr/lib/xulrunner-&xulrunner-version;/*.so
    198200do ln -sfv $library /usr/lib
    199 done</userinput></screen>
     201done
     202
     203ln -sv -f ../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh \
     204       /usr/lib/xulrunner-&xulrunner-version;
     205ln -sv -f ../xulrunner-&xulrunner-version;/sdk/bin/xpcshell \
     206       /usr/lib/xulrunner-&xulrunner-version;
     207
     208</userinput></screen>
    200209  </sect2>
    201210
     
    230239 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>.
    231240    </para>
     241
     242    <para>
     243     <command>ln -sv -f ../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh</command>
     244     The <filename>run-mozilla.sh</filename> and <filename>xpcshell</filename> files
     245     have been moved in this version, but the code which installs <command>firefox</command>
     246     (when linked to xulrunner) was not updated.  These symlinks allow firefox to install.
     247    </para>
     248
    232249  </sect2>
    233250
Note: See TracChangeset for help on using the changeset viewer.