diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-03-20 16:25:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-03-20 16:25:35 +0000 |
commit | 44c1417a046a46b1041bb7c50300c7da361278a7 (patch) | |
tree | 4563b59d1425d389fa14cfb84adb4419feddbdea /chapter05/tar.xml | |
parent | f90de83a089b808c834cebff3fdbca7a9904223e (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 'chapter05/tar.xml')
-rw-r--r-- | chapter05/tar.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 6d3b9b162..f3c519a5c 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>First 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=/tools</userinput></screen> |