diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:49:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:49:02 +0000 |
commit | 9e27ec1467a90687ee4dea5b9c4de1799c5ddbca (patch) | |
tree | f9914a7e6a9cf44f5f85fd23547d43aeb6f4733c /chapter06 | |
parent | 5857c98bda3d4d863d91a6cba4c000a3af807770 (diff) |
Upgrade to Tar-1.21. Fixes #2309.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tar.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a5baf9431..16a4ec909 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>Apply a patch to correct a bug in Tar's testsuite:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> |