diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 16:09:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 16:09:54 +0000 |
commit | 7b651d22c654660e7b750291aba49219088f5d5d (patch) | |
tree | a69c8368a5d502b2bd33202d3cbf713b66747fed | |
parent | 34e45fc4f253b478583faed3e1f2a2657a00583a (diff) |
Removed obsolete warning about reinstalling Bzip2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |