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


Ignore:
Timestamp:
May 29, 2006, 8:57:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
59fb197
Parents:
634031b
Message:

r3730@server (orig r1689): jciccone | 2006-05-29 17:33:52 -0700
Fixed the install commands for mktemp, patch, and groff.

File:
1 edited

Legend:

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

    r634031b rddf299b  
    6868    <note os="f">
    6969    <para>If reinstalling Bzip2, perform
    70     <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
     70    <userinput>rm -vf ${LFS}/usr/bin/bz*</userinput> first, otherwise the
    7171    following <command>make PREFIX=${LFS}/usr install</command> will fail.</para>
    7272    </note>
     
    8080    some necessary symbolic links, and clean up:</para>
    8181
    82 <screen os="j"><userinput>cp -v ${LFS}bzip2-shared ${LFS}/bin/bzip2
    83 cp -av ${LFS}libbz2.so* ${LFS}/lib
     82<screen os="j"><userinput>cp -v bzip2-shared ${LFS}/bin/bzip2
     83cp -av libbz2.so* ${LFS}/lib
    8484ln -sv ../../lib/libbz2.so.1.0 ${LFS}/usr/lib/libbz2.so
    8585rm -v ${LFS}/usr/bin/{bunzip2,bzcat,bzip2}
Note: See TracChangeset for help on using the changeset viewer.