the firefox http link is a 404

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9126 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2011-12-20 18:17:45 +00:00
parent f246e3b986
commit d4e8546705
2 changed files with 5 additions and 5 deletions

View File

@ -126,11 +126,9 @@ ac_add_options --disable-necko-wifi
# If you have installed libnotify delete this option:
ac_add_options --disable-libnotify
# If you have not installed nss delete these two lines:
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
# Uncomment these if you have installed them:
# ac_add_options --with-system-nspr
# ac_add_options --with-system-nss
# ac_add_options --enable-system-sqlite
# ac_add_options --enable-system-lcms
# ac_add_options --with-system-libvpx
@ -167,7 +165,6 @@ make -f client.mk</userinput></screen>
<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
mkdir -p /usr/lib/mozilla &amp;&amp;
rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
chown -Rv root:root /usr/{include,lib,share/idl}/xulrunner-*</userinput></screen>

View File

@ -4,7 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- hopefully just for a couple of days
<!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
-->
<!ENTITY firefox-download-http " ">
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
<!ENTITY firefox-md5sum "d8d0c8c79660752b02d9e9ab69a68f94">
<!ENTITY firefox-size "70.8 MB">