Author: dnicholson
Date: 2006-10-01 10:47:02 -0600 (Sun, 01 Oct 2006)
New Revision: 6322
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/mesalib.xml
Log:
Fixed MesaLib ticket #2118.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-10-01 16:00:12 UTC (rev 6321)
+++ trunk/BOOK/general.ent 2006-10-01 16:47:02 UTC (rev 6322)
@@ -1,8 +1,8 @@
-<!ENTITY day "30"> <!-- Always 2 digits -->
-<!ENTITY month "09"> <!-- Always 2 digits -->
+<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "September &day;th, &year;">
+<!ENTITY releasedate "October &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "stable"> <!--
version|stable|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-01 16:00:12 UTC
(rev 6321)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-01 16:47:02 UTC
(rev 6322)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>October 1st, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Fixed an error with output redirection
+ in MesaLib when /bin/sh is not Bash.
Fixes ticket #2118.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 30th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/lib/mesalib.xml
===================================================================
--- trunk/BOOK/x/lib/mesalib.xml 2006-10-01 16:00:12 UTC (rev 6321)
+++ trunk/BOOK/x/lib/mesalib.xml 2006-10-01 16:47:02 UTC (rev 6322)
@@ -108,6 +108,11 @@
sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/X11/modules@'
src/glx/x11/dri_glx.c &&
sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/X11/modules@'
src/mesa/drivers/dri/Makefile.template</userinput></screen>
+ <para>Fix an error with output redirection if <command>/bin/sh</command>
+ is not the <application>Bash</application> shell on your system:</para>
+
+<screen><userinput>sed -i 's%>& /dev/null%>/dev/null%'
src/mesa/drivers/dri/Makefile.template</userinput></screen>
+
<para>Build <application>MesaLib</application>
by running the following command:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page