Ver Fonte

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 há 5 anos atrás
pai
commit
c3eea4bb43
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      chapter06/readline.xml
  2. 2 2
      chapter06/sysvinit.xml

+ 1 - 1
chapter06/readline.xml

@@ -79,7 +79,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
     <para>安装该软件包:</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

@@ -73,13 +73,13 @@
 
     <para>编译该软件包:</para>
 
-<screen><userinput remap="make">make -C src</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
 
     <para>该软件包不包含测试套件。</para>
 
     <para>安装该软件包:</para>
 
-<screen><userinput remap="install">make -C src install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
 
   </sect2>