aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/bzip2-inst.xml4
-rw-r--r--index.xml4
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 &lt;ulink&gt; tags to remove erroneous &amp;#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" &amp;&amp;
make PREFIX=$LFS/usr install &amp;&amp;
-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 &amp;&amp;
+cp $LFS/usr/bin/{bzless,bzmore} $LFS/bin &amp;&amp;
+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
diff --git a/index.xml b/index.xml
index ada3395f3..b10250482 100644
--- a/index.xml
+++ b/index.xml
@@ -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">