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
This commit is contained in:
Bruce Dubbs 2010-03-20 16:25:35 +00:00
parent f90de83a08
commit 44c1417a04
4 changed files with 19 additions and 2 deletions

View File

@ -36,6 +36,15 @@
</listitem>
-->
<listitem>
<para>2010-03-20</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add a sed to the tar command to fix an
error in the latest release. The fix is from upstream.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2010-03-18</para>

View File

@ -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>

View File

@ -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>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20100318">
<!ENTITY releasedate "March 18, 2010">
<!ENTITY version "SVN-20100320">
<!ENTITY releasedate "March 20, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->