Просмотр исходного кода

Removed obsolete warning about reinstalling Bzip2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 лет назад
Родитель
Сommit
7b651d22c6
2 измененных файлов с 3 добавлено и 4 удалено
  1. 3 0
      chapter01/changelog.xml
  2. 0 4
      chapter06/bzip2.xml

+ 3 - 0
chapter01/changelog.xml

@@ -40,6 +40,9 @@
       <para>2007-02-24</para>
       <itemizedlist>
         <listitem>
+          <para>[manuel] - Removed obsolete warning about reinstalling Bzip2.
+          Thanks to Chris Staub for the report and patch.</ulink></para>
+        </listitem>
           <para>[manuel] - Removed chmod and chown commands from linux headers
           installation. The headers are now installed with the proper permissions.
           Fixes <ulink url="&lfs-ticket-root;1965">#1965</ulink></para>

+ 0 - 4
chapter06/bzip2.xml

@@ -66,10 +66,6 @@ make clean</userinput></screen>
 
 <screen><userinput>make</userinput></screen>
 
-    <para>If reinstalling Bzip2, perform
-    <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following
-    <command>make install</command> will fail.</para>
-
     <para>Install the programs:</para>
 
 <screen><userinput>make PREFIX=/usr install</userinput></screen>