diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:32:06 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:32:06 +0000 |
commit | 2be5334128deb8b3618c60b3bdd1e4beafe6bdc1 (patch) | |
tree | ebec1bd9b91b901998e0b2281b679cf3d138b31c /general.ent | |
parent | 4f16f6b7186683db891b0271eaf38aeebb77e24a (diff) |
Fix patch locations in HEAD too
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/general.ent b/general.ent index 903fe2b09..9d3135b1d 100644 --- a/general.ent +++ b/general.ent @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-2004-05-03"> -<!ENTITY releasedate "May 3, 2004"> +<!ENTITY version "CVS-20040504"> +<!ENTITY releasedate "May 4, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> -<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> -<!ENTITY patches-root "&http-down;cvs-patches/"> +<!ENTITY patches-root "http://downloads.linuxfromscratch.org/patches/6.1-cvs/"> <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> +<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY freshmeat "http://freshmeat.net/projects/"> <!ENTITY buildtime "Approximate build time: "> |