diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:25:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:25:21 +0000 |
commit | a77c2ca28e6b209ac10351cc8ca173009a6129eb (patch) | |
tree | 2691b9cf5964803fed4de33229e5a273a80a8148 /chapter05/tar-inst.xml | |
parent | 8f85ee87ae2ee028b3bf10bb0521b0f94fcf36d2 (diff) |
upgraded to latest tar, findutils and gzip
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar-inst.xml')
-rw-r--r-- | chapter05/tar-inst.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml index 0d7a5c5d0..9c94af6df 100644 --- a/chapter05/tar-inst.xml +++ b/chapter05/tar-inst.xml @@ -3,15 +3,6 @@ <sect2> <title>Installation of Tar</title> -<para>A patch may be applied to give tar direct support for -bzip2 files. This patch adds the <emphasis>-j</emphasis> option -to tar, which is similar to the <emphasis>-z</emphasis> option -used for gzip files.</para> - -<para>Apply the patch by running the following command:</para> - -<para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para> - <para><screen><userinput>./configure --prefix=/stage1 make make check |