diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tar.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index f774b0205..a5baf9431 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,12 +40,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress - a warning that affects Perl's testsuite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch; -patch -Np1 -i ../&tar-warning-patch;</userinput></screen> - <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> |