inserted space

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-05-29 23:32:11 +00:00
parent 8cd994f474
commit 8a352b8bdf

View File

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