Author: dnicholson
Date: 2007-02-19 22:46:37 -0700 (Mon, 19 Feb 2007)
New Revision: 6654

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed sed in libxml2, closes #2299


Modified: trunk/BOOK/general/genlib/libxml2.xml
===================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       2007-02-17 17:29:44 UTC (rev 
6653)
+++ trunk/BOOK/general/genlib/libxml2.xml       2007-02-20 05:46:37 UTC (rev 
6654)
@@ -90,7 +90,7 @@
     <para>Install <application>libxml2</application> by running the following
     commands:</para>
 
-<screen><userinput>sed -i 's|/bin/tar|&amp; --wildcards|' xstc/Makefile 
&amp;&amp;
+<screen><userinput>sed -i 's/@TAR@/&amp; --wildcards/' xstc/Makefile.in 
&amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
@@ -105,8 +105,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>sed -i '...' xstc/Makefile</command>: This command is used
-    to add a new parameter required by recent versions of
+    <para><command>sed -i '...' xstc/Makefile.in</command>: This command is
+    used to add a new parameter required by recent versions of
     <command>tar</command>. Without this command, the test suite will not
     complete properly.</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-02-17 17:29:44 UTC (rev 6653)
+++ trunk/BOOK/general.ent      2007-02-20 05:46:37 UTC (rev 6654)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "19">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-02-17 17:29:44 UTC 
(rev 6653)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-02-20 05:46:37 UTC 
(rev 6654)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>February 19th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Fixed the sed needed to run the libxml2
+          testsuite. Closes #2299. Report from kratz00.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 16th, 2007</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to