Author: pierre
Date: Thu Jun 18 09:08:59 2020
New Revision: 11956

Log:
do not use $LFS in chapter08 (looks like a command pasted from chapter 6)
It's harmless since the LFS variable is not set, but ugly!

Modified:
   trunk/BOOK/chapter08/bzip2.xml

Modified: trunk/BOOK/chapter08/bzip2.xml
==============================================================================
--- trunk/BOOK/chapter08/bzip2.xml      Thu Jun 18 03:00:48 2020        (r11955)
+++ trunk/BOOK/chapter08/bzip2.xml      Thu Jun 18 09:08:59 2020        (r11956)
@@ -90,7 +90,7 @@
 
 <screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2
 cp -av libbz2.so* /lib
-ln -sv ../../lib/libbz2.so.1.0 $LFS/usr/lib/libbz2.so
+ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
 rm -v /usr/bin/{bunzip2,bzcat,bzip2}
 ln -sv bzip2 /bin/bunzip2
 ln -sv bzip2 /bin/bzcat</userinput></screen>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to