diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-01 00:02:16 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-01 00:02:16 +0000 |
commit | b720fca0f0c1fd08c023d2f328f291daff8181d7 (patch) | |
tree | c16e1e0e246c945affa14e5bb170698b874f5989 | |
parent | 8c6088250c0f6c5403034037515384babf76d34b (diff) |
Create a downloads entity for the location of lfs-bootscripts/udev-config
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | general.ent | 1 | ||||
-rw-r--r-- | packages.ent | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/general.ent b/general.ent index 0acb0e1c9..a214f0aac 100644 --- a/general.ent +++ b/general.ent @@ -11,6 +11,7 @@ <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> <!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/"> +<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/"> <!ENTITY livecd-root "&lfs-root;livecd/"> <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> <!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/"> diff --git a/packages.ent b/packages.ent index d9cfefdfe..3fa23dfa3 100644 --- a/packages.ent +++ b/packages.ent @@ -283,7 +283,7 @@ <!ENTITY lfs-bootscripts-version "20070730"> <!ENTITY lfs-bootscripts-size "39 KB"> -<!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> +<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "d50c72aa2f45c646f384a1ffeb20fafe"> <!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-ch7-du "0.4 MB"> @@ -492,7 +492,7 @@ <!ENTITY udev-config "udev-config-20070731"> <!ENTITY udev-config-size "13 KB"> -<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2"> +<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2"> <!ENTITY udev-config-md5 "49c72e712f38c18884bd11a9a3b7e968"> <!ENTITY udev-config-home " "> |