mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-24 13:16:11 +01:00
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
This commit is contained in:
parent
6cb42ce3a8
commit
504cdc5dec
@ -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>
|
||||
|
||||
|
@ -7,9 +7,7 @@
|
||||
make &&
|
||||
make install &&
|
||||
cp bzip2-shared /bin/bzip2 &&
|
||||
ln -s libbz2.so.1.0 libbz2.so &&
|
||||
cp -a libbz2.so* /lib &&
|
||||
rm /lib/libbz2.so &&
|
||||
ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &&
|
||||
rm /usr/bin/{bunzip2,bzcat,bzip2} &&
|
||||
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &&
|
||||
|
Loading…
Reference in New Issue
Block a user