diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-15 21:36:01 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-15 21:36:01 +0000 |
commit | 766fc826f2c9ff064f775498d458113206d7e9c4 (patch) | |
tree | 73e2fd6d64c33b2f8187753e1a61dcabcb8855dd /chapter05/bzip2-inst.xml | |
parent | d920fb0a203647ffa7c77ab08dc441f2ab42286c (diff) |
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
Diffstat (limited to 'chapter05/bzip2-inst.xml')
-rw-r--r-- | chapter05/bzip2-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |