Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/bzip2.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bzip2.xml

    r89c10a9 r586feb7  
    6868    <note os="f">
    6969    <para>If reinstalling Bzip2, perform
    70     <userinput>rm -vf ${LFS}/usr/bin/bz*</userinput> first, otherwise the
    71     following <command>make PREFIX=${LFS}/usr install</command> will fail.</para>
     70    <userinput>rm -vf ${CLFS}/usr/bin/bz*</userinput> first, otherwise the
     71    following <command>make PREFIX=${CLFS}/usr install</command> will fail.</para>
    7272    </note>
    7373
    7474    <para os="g">Install the programs:</para>
    7575
    76 <screen os="h"><userinput>make PREFIX=${LFS}/usr install</userinput></screen>
     76<screen os="h"><userinput>make PREFIX=${CLFS}/usr install</userinput></screen>
    7777
    7878    <para os="i">Install the shared <command>bzip2</command> binary into the
     
    8080    some necessary symbolic links, and clean up:</para>
    8181
    82 <screen os="j"><userinput>cp -v bzip2-shared ${LFS}/bin/bzip2
    83 cp -av libbz2.so* ${LFS}/lib
    84 ln -sv ../../lib/libbz2.so.1.0 ${LFS}/usr/lib/libbz2.so
    85 rm -v ${LFS}/usr/bin/{bunzip2,bzcat,bzip2}
    86 ln -sv bzip2 ${LFS}/bin/bunzip2
    87 ln -sv bzip2 ${LFS}/bin/bzcatt</userinput></screen>
     82<screen os="j"><userinput>cp -v bzip2-shared ${CLFS}/bin/bzip2
     83cp -av libbz2.so* ${CLFS}/lib
     84ln -sv ../../lib/libbz2.so.1.0 ${CLFS}/usr/lib/libbz2.so
     85rm -v ${CLFS}/usr/bin/{bunzip2,bzcat,bzip2}
     86ln -sv bzip2 ${CLFS}/bin/bunzip2
     87ln -sv bzip2 ${CLFS}/bin/bzcatt</userinput></screen>
    8888
    8989  </sect2>
Note: See TracChangeset for help on using the changeset viewer.