aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-26 22:23:08 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-26 22:23:08 +0000
commitf2f5117750f8473c6d77fda7f205bfde31b5cdcc (patch)
treea493cc906faa3a43bab08346e056831413091d39
parent9684126049d4955992839ca459167873c40dc608 (diff)
Adding note on removing bzip files before reinstallation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bzip2.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 058a0e6ee..da427ce5c 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -32,7 +32,11 @@ against it.</para>
<screen><userinput>make</userinput></screen>
-<para>Install it:</para>
+<para>If you are reinstalling Bzip2, you will now first have to do
+<userinput>rm -f /usr/bin/bz*</userinput>, otherwise the following
+<userinput>make install</userinput> will fail.</para>
+
+<para>Install the programs:</para>
<screen><userinput>make install</userinput></screen>