aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-10-29 21:39:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-10-29 21:39:33 +0000
commit3ed9fdf9b8cf2de0ca93be081111851d5fb42721 (patch)
tree475c23799874a6df16d15990d982052fd5780dc9 /chapter06/tar.xml
parentd5ec9ddd921f33245665b597f33edf66b289374a (diff)
Upgrade to Tar-1.19. Fixes #2090.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r--chapter06/tar.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index a5dfa0a0d..dd91e51c4 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -50,8 +50,10 @@
<para>To test the results, issue:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">make check || true</userinput></screen>
+ <para>Note that tests 26 and 29 are known to fail intermittently.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>