Author: pierre
Date: Mon Jun  1 02:45:53 2020
New Revision: 11885

Log:
Fixes due to the new layout

Modified:
   branches/cross-chap5/chapter05/chapter05.xml
   branches/cross-chap5/chapter06/bzip2.xml

Modified: branches/cross-chap5/chapter05/chapter05.xml
==============================================================================
--- branches/cross-chap5/chapter05/chapter05.xml        Sun May 31 13:15:18 
2020        (r11884)
+++ branches/cross-chap5/chapter05/chapter05.xml        Mon Jun  1 02:45:53 
2020        (r11885)
@@ -44,7 +44,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="createfiles.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="libstdc++-pass2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="bison.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="flex.xml"/>
+<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="flex.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="perl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="python.xml"/>

Modified: branches/cross-chap5/chapter06/bzip2.xml
==============================================================================
--- branches/cross-chap5/chapter06/bzip2.xml    Sun May 31 13:15:18 2020        
(r11884)
+++ branches/cross-chap5/chapter06/bzip2.xml    Mon Jun  1 02:45:53 2020        
(r11885)
@@ -90,7 +90,10 @@
 
 <screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2
 cp -av libbz2.so* /lib
-rm -v /usr/bin/{bunzip2,bzcat,bzip2}</userinput></screen>
+ln -sv ../../lib/libbz2.so.1.0 $LFS/usr/lib/libbz2.so
+rm -v /usr/bin/{bunzip2,bzcat,bzip2}
+ln -sv bzip2 /bin/bunzip2
+ln -sv bzip2 /bin/bzcat</userinput></screen>
 
   </sect2>
 
-- 
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