Ignore:
Timestamp:
05/17/2013 08:11:12 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
deb83621
Parents:
4849cdc
Message:

updates and fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4849cdc r23d3543c  
    99  <!ENTITY firefox-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "b822ff4b2348410587dec563235d9320">
    12   <!ENTITY firefox-size          "95 MB">
    13   <!ENTITY firefox-buildsize     "3.8 GB (44 MB installed) (or 700 MB and 4.0 MB if using Xulrunner)">
    14   <!ENTITY firefox-time          "29 SBU (0.4 SBU if using Xulrunner)">
     11  <!ENTITY firefox-md5sum        "6e2510e9466b280c367de0e4c05a8840">
     12  <!ENTITY firefox-size          "101 MB">
     13  <!ENTITY firefox-buildsize     "4.1 GB (45 MB installed) (or 730 MB and 4.0 MB if using Xulrunner)">
     14  <!ENTITY firefox-time          "35 SBU (0.4 SBU if using Xulrunner)">
    1515]>
    1616
     
    223223    </para>
    224224
    225 <screen><userinput>sed -i 's# ""##' browser/base/Makefile.in &amp;&amp;
     225<screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
     226sed -i "/gre_path/s@DIST'\]@&amp; + '/bin'@" toolkit/mozapps/installer/packager.py &amp;&amp;
    226227make -f client.mk</userinput></screen>
    227228
     
    301302
    302303    <para>
    303       <command>sed -i 's# ""##' browser/base/Makefile.in</command>: This sed
     304      <command>sed -i 's@ ""@@' browser/base/Makefile.in</command>: This sed
    304305      removes an unprintable control character from the title bar.
     306    </para>
     307
     308    <para>
     309      <command>sed -i "/gre_path/s@DIST'\]@&amp; + '/bin'@" ...</command>: This
     310      sed fixes build with <application>Xulrunner</application>.
    305311    </para>
    306312
Note: See TracChangeset for help on using the changeset viewer.