Browse Source

Make realine instructions consistent.
Simplify sysvinit commands



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 6 years ago
parent
commit
08ecefaaf3
2 changed files with 3 additions and 3 deletions
  1. 1 1
      chapter06/readline.xml
  2. 2 2
      chapter06/sysvinit.xml

+ 1 - 1
chapter06/readline.xml

@@ -76,7 +76,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
     <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>

+ 2 - 2
chapter06/sysvinit.xml

@@ -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>