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
This commit is contained in:
Mark Hymers 2002-05-15 21:36:01 +00:00
parent d920fb0a20
commit 766fc826f2
3 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -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">