diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-11 19:41:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-11 19:41:05 +0000 |
commit | 87446433d6b3cffca92897d402f43f3e6336c1ac (patch) | |
tree | fce20d57804e96d0b97530cf4dececaf9fe206ef | |
parent | 2205d49a0816cd15907ea44ad77cefc057ac9227 (diff) |
added rm /usr/bin/bz* to chapter06/bzip2 installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/bzip2-inst.xml | 1 |
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 && make -f Makefile-libbz2_so && +rm /usr/bin/bz* && make PREFIX=/usr install && cp bzip2-shared /bin/bzip2 && ln -s libbz2.so.1.0 libbz2.so && |