Browse Source

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
Gerard Beekmans 23 năm trước cách đây
mục cha
commit
87446433d6
2 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 5 0
      chapter01/changelog.xml
  2. 1 0
      chapter06/bzip2-inst.xml

+ 5 - 0
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>

+ 1 - 0
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;