Author: dj
Date: 2005-12-25 19:34:41 -0700 (Sun, 25 Dec 2005)
New Revision: 5471
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/tcsh.xml
Log:
Added colorls patch to tcsh instructions.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-26 01:15:21 UTC
(rev 5470)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-26 02:34:41 UTC
(rev 5471)
@@ -50,6 +50,9 @@
<listitem>
<para>[randy] - Updated to Sendmail-8.13.5.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Added colorls patch to tcsh instructions.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml 2005-12-26 01:15:21 UTC (rev 5470)
+++ trunk/BOOK/postlfs/shells/tcsh.xml 2005-12-26 02:34:41 UTC (rev 5471)
@@ -62,6 +62,15 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing='compact'>
+ <listitem>
+ <para>Required patch for use with Coreutils-5.93:
+ <ulink url="&patch-root;/tcsh_&tcsh-version;-colorls_compat-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
</sect2>
<sect2 role="installation">
@@ -70,7 +79,8 @@
<para>Install <application>Tcsh</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --bindir=/bin &&
+<screen><userinput>patch -Np1 -i ../tcsh_&tcsh-version;-colorls_compat-1.patch
&&
+./configure --prefix=/usr --bindir=/bin &&
make &&
sh ./tcsh.man2html</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page