Author: bdubbs
Date: Mon Jan 21 09:19:17 2019
New Revision: 11502

Log:
Make realine instructions consistent.
Simplify sysvinit commands

Modified:
   trunk/BOOK/chapter06/readline.xml
   trunk/BOOK/chapter06/sysvinit.xml

Modified: trunk/BOOK/chapter06/readline.xml
==============================================================================
--- trunk/BOOK/chapter06/readline.xml   Sun Jan 20 19:49:54 2019        (r11501)
+++ trunk/BOOK/chapter06/readline.xml   Mon Jan 21 09:19:17 2019        (r11502)
@@ -76,7 +76,7 @@
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncurses" 
install</userinput></screen>
+<screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncursesw" 
install</userinput></screen>
 
     <para>Now move the dynamic libraries to a more appropriate location
     and fix up some permissions and symbolic links:</para>

Modified: trunk/BOOK/chapter06/sysvinit.xml
==============================================================================
--- trunk/BOOK/chapter06/sysvinit.xml   Sun Jan 20 19:49:54 2019        (r11501)
+++ trunk/BOOK/chapter06/sysvinit.xml   Mon Jan 21 09:19:17 2019        (r11502)
@@ -74,13 +74,13 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput remap="make">make -C src</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make -C src install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to