diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/bzip2.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8ce2cb0b4..c22bd2e42 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index d3fa46c49..169ba77af 100644 --- a/chapter06/bzip2.xml +++ b/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> |