Changeset 9ade4e9d
- Timestamp:
- 08/22/2012 05:47:05 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b5c8117
- Parents:
- c0cfef7b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc0cfef7b r9ade4e9d 45 45 --> 46 46 <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> 47 56 <para>August 18th, 2012</para> 48 57 <itemizedlist> -
x/lib/xulrunner.xml
rc0cfef7b r9ade4e9d 190 190 </para> 191 191 192 <!-- the end two symlinks for run-mozilla.sh and xpcshell might not be needed 193 in xulrunner-15 --> 192 194 <screen role="root"><userinput>make -C xulrunner-build-dir install && 193 195 mkdir -p /usr/lib/mozilla/plugins && … … 197 199 for library in /usr/lib/xulrunner-&xulrunner-version;/*.so 198 200 do ln -sfv $library /usr/lib 199 done</userinput></screen> 201 done 202 203 ln -sv -f ../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh \ 204 /usr/lib/xulrunner-&xulrunner-version; 205 ln -sv -f ../xulrunner-&xulrunner-version;/sdk/bin/xpcshell \ 206 /usr/lib/xulrunner-&xulrunner-version; 207 208 </userinput></screen> 200 209 </sect2> 201 210 … … 230 239 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>. 231 240 </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 232 249 </sect2> 233 250
Note:
See TracChangeset
for help on using the changeset viewer.