diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/bzip2-inst.xml | 4 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 031ecd0ae..3a3953ba0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,6 +27,10 @@ </para></listitem> +<listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the +instructions to deal with hard links in older distros a'la the Chapter +05 gzip instructions.</para></listitem> + <listitem><para>May 11th, 2002 [markh]: Various XML fixups; mainly altering <ulink> tags to remove erroneous &#13; in the HTML output.</para></listitem> diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index b1b7cec9c..50ee61126 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -5,7 +5,9 @@ <para><screen><userinput>make CC="gcc -static" && make PREFIX=$LFS/usr install && -mv $LFS/usr/bin/{bzcat,bunzip2,bzip2,bzip2recover,bzless,bzmore} $LFS/bin</userinput></screen></para> +mv $LFS/usr/bin/{bzcat,bunzip2,bzip2,bzip2recover} $LFS/bin && +cp $LFS/usr/bin/{bzless,bzmore} $LFS/bin && +rm $LFS/usr/bin/{bzless,bzmore}</userinput></screen></para> <para>Although it's not strictly a part of a basic LFS system it's worth mentioning that a patch for Tar can be downloaded which enables the tar @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020511"> -<!ENTITY releasedate "May 11th, 2002"> +<!ENTITY version "20020515"> +<!ENTITY releasedate "May 15th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |