Changeset 24da103
- Timestamp:
- 10/15/2014 02:24:13 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 890843e
- Parents:
- 19c8739
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r19c8739 r24da103 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Update to firefox-33.0. Fixes 52 <ulink url="&blfs-ticket-root;5670">#5670</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - Update to gucharmap-3.14.1. Fixes 52 56 <ulink url="&blfs-ticket-root;5669">#5669</ulink>.</para> -
packages.ent
r19c8739 r24da103 586 586 <!-- Chapter 35 --> 587 587 <!ENTITY seamonkey-version "2.29.1"> 588 <!ENTITY firefox-version "3 2.0.1">588 <!ENTITY firefox-version "33.0"> 589 589 590 590 <!-- Chapter 36 --> -
xsoft/graphweb/firefox.xml
r19c8739 r24da103 11 11 <!ENTITY firefox-download-ftp 12 12 "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> 13 <!ENTITY firefox-md5sum " 9559f6cef55251bab743e510e1f9b478">14 <!ENTITY firefox-size "14 4MB">15 <!ENTITY firefox-buildsize "4. 7 GB (66MB installed)">16 <!ENTITY firefox-time " 60 SBU">13 <!ENTITY firefox-md5sum "b0e793898bddf4f2bc46e42a331f3383"> 14 <!ENTITY firefox-size "148 MB"> 15 <!ENTITY firefox-buildsize "4.1 GB (100 MB installed)"> 16 <!ENTITY firefox-time "12 SBU (using parallelism=8)"> 17 17 ]> 18 18 … … 258 258 259 259 mkdir -pv /usr/lib/mozilla/plugins && 260 ln -sfv ../ mozilla/plugins /usr/lib/firefox-&firefox-version;</userinput></screen>260 ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen> 261 261 262 262 </sect2> … … 298 298 299 299 <para> 300 <command>ln -sv ... /usr/lib/firefox-&firefox-version;</command>: This 301 command creates a symbolic link to 302 <filename class="directory">/usr/lib/mozilla/plugins</filename>. It's not 303 really needed, as <application>Firefox</application> checks 304 <filename class="directory">/usr/lib/mozilla/plugins</filename> by 305 default, but the symbolic link is made to keep all the plugins installed in 306 one folder. 300 <command>ln -sv ... /usr/lib/firefox-&firefox-version;/browser</command>: 301 This command creates a symbolic link to <filename 302 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really 303 needed, as <application>Firefox</application> checks <filename 304 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the 305 symbolic link is made to keep all the plugins installed in one folder. 307 306 </para> 308 307
Note:
See TracChangeset
for help on using the changeset viewer.