Author: ag
Date: 2008-04-05 01:19:38 -0600 (Sat, 05 Apr 2008)
New Revision: 7347
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/editors/ed.xml
Log:
Replaced with symlinks the hard links to red and its man page
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-04-04 19:47:07 UTC (rev 7346)
+++ trunk/BOOK/general.ent 2008-04-05 07:19:38 UTC (rev 7347)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "04"> <!-- Always 2 digits -->
+<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "April &day;, &year;">
+<!ENTITY releasedate "April &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-04 19:47:07 UTC
(rev 7346)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-05 07:19:38 UTC
(rev 7347)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>April 5th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ag] - Added a sed to ed instructions, to replace with symbolic
+ links the hard links to red and its man page.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 4th, 2008</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/editors/ed.xml
===================================================================
--- trunk/BOOK/postlfs/editors/ed.xml 2008-04-04 19:47:07 UTC (rev 7346)
+++ trunk/BOOK/postlfs/editors/ed.xml 2008-04-05 07:19:38 UTC (rev 7347)
@@ -69,7 +69,8 @@
<para>Install <application>Ed</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>sed -i 's/; ln/& -sv/' Makefile.in &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page