diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 14:46:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 14:46:50 +0000 |
commit | 968c7be054bbc38b6472f4f94f4a1924a37fc92a (patch) | |
tree | e0c89cd833958a0a06e3283a93bc76a024659720 /chapter06/tar.xml | |
parent | 3c0135c844a8c432f6a88fe3a4be8c8c4046911b (diff) |
Upgrade to Tar-1.18. Fixes #2039.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 7f8cd7c9e..4d1d30767 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -34,13 +34,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <para os="a">One of the tests in the testsuite (number 12, exclude) fails, - at least on recent linux systems, because the output needs to be sorted - before it is diffed. If you are going to run the testsuite, fix this by - applying the following patch before you configure: </para> - -<screen os="b"><userinput>patch -Np1 -i ../&tar-sort-exclude-test-patch;</userinput></screen> - <para>Prepare Tar for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> |