From 44c1417a046a46b1041bb7c50300c7da361278a7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 20 Mar 2010 16:25:35 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 9 +++++++++ chapter05/tar.xml | 4 ++++ chapter06/tar.xml | 4 ++++ general.ent | 4 ++-- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4da15e62a..500d3aba5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ --> + + 2010-03-20 + + + [bdubbs] - Add a sed to the tar command to fix an + error in the latest release. The fix is from upstream. + + + 2010-03-18 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 @@ Installation of Tar + First fix a bug that was insterted into the latest code relese: + +sed -i /SIGPIPE/d src/tar.c + Prepare Tar for compilation: ./configure --prefix=/tools 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 @@ Installation of Tar + Again, fix a bug that was insterted into the latest code relese: + +sed -i /SIGPIPE/d src/tar.c + Prepare Tar for compilation: ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin diff --git a/general.ent b/general.ent index f557094d8..71884cdb7 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +