diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-21 03:53:35 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-21 03:53:35 +0000 |
commit | d12fdb184b84b9c2f581b8d594e9d0e7ce8511a5 (patch) | |
tree | 18696cbf2b01b10613856092eab4b8e3e165d2f2 | |
parent | e5888f5860d4a5864f0c934e7c86d1070053b17f (diff) |
Fixed missing Posixver patch link in Chapter 5. Reported by Andy Neebel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/coreutils.xml | 4 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 70362f9fc..bd273a6f7 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -6,7 +6,9 @@ Estimated required disk space: &coreutils-compsize-tools;</screen> <literallayout>Official download location for Coreutils (&coreutils-version;): -<ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/></literallayout> +<ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/> +And for the Coreutils Posixver Patch: +<ulink url="&patches-root;&coreutils-posixver-patch;"/></literallayout> &aa-coreutils-dep; @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "CVS-2004-01-19"> -<!ENTITY releasedate "January 19th, 2004"> +<!ENTITY version "CVS-2004-01-20"> +<!ENTITY releasedate "January 20th, 2004"> <!ENTITY milestone "5.1"> <!ENTITY nbsp " "> |