mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
d920fb0a20
commit
766fc826f2
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user