Browse Source

fix for bzip2 hardlink issue with older distros by Chris Devine

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 23 years ago
parent
commit
766fc826f2
3 changed files with 9 additions and 3 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 3 1
      chapter05/bzip2-inst.xml
  3. 2 2
      index.xml

+ 4 - 0
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>

+ 3 - 1
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

+ 2 - 2
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">