diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-02 18:10:32 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-02 18:10:32 +0000 |
commit | 024e4dd122977428406c65abe01b821c15d78694 (patch) | |
tree | eca42e94a9e913ca20444be81f07aa8c515b3612 | |
parent | 021a8ab14308888586b78b8396094097b13b3c4a (diff) |
Fix patch-version links.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter04/ed-patch.xml | 6 | ||||
-rw-r--r-- | chapter04/fileutils-patch.xml | 6 | ||||
-rw-r--r-- | chapter04/findutils-patch.xml | 6 | ||||
-rw-r--r-- | chapter04/ncurses-patch.xml | 2 | ||||
-rw-r--r-- | chapter04/tar-patch.xml | 6 | ||||
-rw-r--r-- | chapter04/vim-patch.xml | 6 | ||||
-rw-r--r-- | index.xml | 4 |
7 files changed, 18 insertions, 18 deletions
diff --git a/chapter04/ed-patch.xml b/chapter04/ed-patch.xml index dee89bece..accab732f 100644 --- a/chapter04/ed-patch.xml +++ b/chapter04/ed-patch.xml @@ -1,3 +1,3 @@ -Ed Patch (&ed-version;) - &ed-patch-size;: -<ulink url="&ftp;/ed-&ed-version;.patch.bz2"/> -<ulink url="&http;/ed-&ed-version;.patch.bz2"/> +Ed Patch (&ed-patch-version;) - &ed-patch-size;: +<ulink url="&ftp;/ed-&ed-patch-version;.patch.bz2"/> +<ulink url="&http;/ed-&ed-patch-version;.patch.bz2"/> diff --git a/chapter04/fileutils-patch.xml b/chapter04/fileutils-patch.xml index 5daeaa4a7..e707f9fb3 100644 --- a/chapter04/fileutils-patch.xml +++ b/chapter04/fileutils-patch.xml @@ -1,3 +1,3 @@ -Fileutils Patch (&fileutils-version;) - &fileutils-patch-size;: -<ulink url="&ftp;/fileutils-&fileutils-version;.patch.bz2"/> -<ulink url="&http;/fileutils-&fileutils-version;.patch.bz2"/> +Fileutils Patch (&fileutils-patch-version;) - &fileutils-patch-size;: +<ulink url="&ftp;/fileutils-&fileutils-patch-version;.patch.bz2"/> +<ulink url="&http;/fileutils-&fileutils-patch-version;.patch.bz2"/> diff --git a/chapter04/findutils-patch.xml b/chapter04/findutils-patch.xml index 1a116d871..7b458ba02 100644 --- a/chapter04/findutils-patch.xml +++ b/chapter04/findutils-patch.xml @@ -1,3 +1,3 @@ -Findutils Patch (&findutils-version;) - &findutils-patch-size;: -<ulink url="&ftp;/findutils-&findutils-version;.patch.bz2"/> -<ulink url="&http;/findutils-&findutils-version;.patch.bz2"/> +Findutils Patch (&findutils-patch-version;) - &findutils-patch-size;: +<ulink url="&ftp;/findutils-&findutils-patch-version;.patch.bz2"/> +<ulink url="&http;/findutils-&findutils-patch-version;.patch.bz2"/> diff --git a/chapter04/ncurses-patch.xml b/chapter04/ncurses-patch.xml index 5efe1c332..4175ec43e 100644 --- a/chapter04/ncurses-patch.xml +++ b/chapter04/ncurses-patch.xml @@ -1,3 +1,3 @@ -Ncurses Patch (&ncurses-version;) - &ncurses-patch-size;: +Ncurses Patch (&ncurses-patch-version;) - &ncurses-patch-size;: <ulink url="&ftp;/ncurses-&ncurses-patch-version;.patch.bz2"/> <ulink url="&http;/ncurses-&ncurses-patch-version;.patch.bz2"/> diff --git a/chapter04/tar-patch.xml b/chapter04/tar-patch.xml index ec1817f58..9ba37a362 100644 --- a/chapter04/tar-patch.xml +++ b/chapter04/tar-patch.xml @@ -1,3 +1,3 @@ -Tar Patch (&tar-version;) - &tar-patch-size;: -<ulink url="&ftp;/tar-1.13.patch.bz2"/> -<ulink url="&http;/tar-1.13.patch.bz2"/> +Tar Patch (&tar-patch-version;) - &tar-patch-size;: +<ulink url="&ftp;/tar-&tar-patch-version;.patch.bz2"/> +<ulink url="&http;/tar-&tar-patch-version;.patch.bz2"/> diff --git a/chapter04/vim-patch.xml b/chapter04/vim-patch.xml index cc375793c..304809148 100644 --- a/chapter04/vim-patch.xml +++ b/chapter04/vim-patch.xml @@ -1,3 +1,3 @@ -Vim Patch (&vim-version;) - &vim-patch-size;: -<ulink url="&ftp;/vim-&vim-version;.patch.bz2"/> -<ulink url="&http;/vim-&vim-version;.patch.bz2"/> +Vim Patch (&vim-patch-version;) - &vim-patch-size;: +<ulink url="&ftp;/vim-&vim-patch-version;.patch.bz2"/> +<ulink url="&http;/vim-&vim-patch-version;.patch.bz2"/> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020929"> -<!ENTITY releasedate "September 29th, 2002"> +<!ENTITY version "20021002"> +<!ENTITY releasedate "October 2nd, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |