diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-15 19:48:45 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-15 19:48:45 +0000 |
commit | 0d40840d2d57a77040d8a3b2c6dfeb1bf8b81898 (patch) | |
tree | 4ff5c78a0e46ebaa6872442f552b46cb84dda7fc | |
parent | 05e94658c6d1037e6e23ec22fad38e884bf02626 (diff) |
Updated to a more generic patches-root entity that should be good for any version of the book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index 11cf2db36..db7103ec6 100644 --- a/general.ent +++ b/general.ent @@ -2,14 +2,14 @@ <!ENTITY version "SVN-20050715"> <!ENTITY releasedate "July 15, 2005"> <!ENTITY milestone "6.2"> -<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!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 "&lfs-root;patches/lfs/svn/trunk/"> +<!ENTITY patches-root "&lfs-root;patches/lfs/&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;/"> |