I'm getting there (slowly).

Changed the http download links to use the gnome-download-http entity


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5814 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2006-04-07 12:16:35 +00:00
parent ec20ccfa33
commit 5404a650cd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.gz">
<!ENTITY libxml2-download-http "&gnome-download-http;/libxml2/2.6/libxml2-&libxml2-version;.tar.gz">
<!-- Broken link
<!ENTITY libxml2-download-http "http://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
-->

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/gnome/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
<!ENTITY libxslt-download-http "&gnome-download-http;/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
<!-- Broken link
<!ENTITY libxslt-download-http "http://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
-->