Kaynağa Gözat

removed bogus symlink creation that gets removed two lines later

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 yıl önce
ebeveyn
işleme
504cdc5dec
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 0
      chapter01/changelog.xml
  2. 0 2
      chapter06/bzip2-inst.xml

+ 4 - 0
chapter01/changelog.xml

@@ -41,6 +41,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Removed
+unnecesary lines that first create a symlink, then remove it
+again.</para></listitem>
+
 <listitem><para>December 3rd, 2002 [gerard]: Appendix A - Bzip2: Updated
 the download URL.</para></listitem>
 

+ 0 - 2
chapter06/bzip2-inst.xml

@@ -7,9 +7,7 @@
 make &amp;&amp;
 make install &amp;&amp;
 cp bzip2-shared /bin/bzip2 &amp;&amp;
-ln -s libbz2.so.1.0 libbz2.so &amp;&amp;
 cp -a libbz2.so* /lib &amp;&amp;
-rm /lib/libbz2.so &amp;&amp;
 ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &amp;&amp;
 rm /usr/bin/{bunzip2,bzcat,bzip2} &amp;&amp;
 mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &amp;&amp;