aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/bzip2-inst.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 188ab4dce..f1782947b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -30,6 +30,11 @@
</para></listitem>
+<listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Bzip2: Before
+installing, remove <filename>/usr/bin/bz*</filename>. The bzip2
+installation doens't deal with existing files properly when making hard
+links, so we remove the files first.</para></listitem>
+
<listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard:
Added section to configure keyboard keymap file by creating the <filename
class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index c24d79ea3..c206d39a2 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -5,6 +5,7 @@
<para><screen><userinput>make &amp;&amp;
make -f Makefile-libbz2_so &amp;&amp;
+rm /usr/bin/bz* &amp;&amp;
make PREFIX=/usr install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;
ln -s libbz2.so.1.0 libbz2.so &amp;&amp;