aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-20 16:25:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-20 16:25:35 +0000
commit44c1417a046a46b1041bb7c50300c7da361278a7 (patch)
tree4563b59d1425d389fa14cfb84adb4419feddbdea /chapter06/tar.xml
parentf90de83a089b808c834cebff3fdbca7a9904223e (diff)
Add a sed to the tar command to fix an
error in the latest release. The fix is from upstream. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r--chapter06/tar.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index a490f5b1f..cbe8f777a 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Tar</title>
+ <para>Again, fix a bug that was insterted into the latest code relese:</para>
+
+<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>