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


Ignore:
Timestamp:
Mar 11, 2007, 6:32:25 PM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c439b8a
Parents:
89d5d0b
Message:

Updated ln -sv commands to be ln -sfv commands for the final system. This allows the same instructions to be used for upgrades as well as initial installs.

File:
1 edited

Legend:

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

    r89d5d0b r7e336f1  
    6161<screen os="j"><userinput>cp -v bzip2-shared ${CLFS}/bin/bzip2
    6262cp -av libbz2.so* ${CLFS}/lib
    63 ln -sv ../../lib/libbz2.so.1.0 ${CLFS}/usr/lib/libbz2.so
     63ln -sfv ../../lib/libbz2.so.1.0 ${CLFS}/usr/lib/libbz2.so
    6464rm -v ${CLFS}/usr/bin/{bunzip2,bzcat,bzip2}
    65 ln -sv bzip2 ${CLFS}/bin/bunzip2
    66 ln -sv bzip2 ${CLFS}/bin/bzcat</userinput></screen>
     65ln -sfv bzip2 ${CLFS}/bin/bunzip2
     66ln -sfv bzip2 ${CLFS}/bin/bzcat</userinput></screen>
    6767
    6868  </sect2>
Note: See TracChangeset for help on using the changeset viewer.