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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 4 |
1 files changed, 0 insertions, 4 deletions
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> |