Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3793118a
Parents:
eb55250
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

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

    reb55250 r94e6142  
    6666
    6767    <para os="f">If reinstalling Bzip2, perform
    68     <userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the
     68    <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
    6969    following <command>make install</command> will fail.</para>
    7070
     
    7777    some necessary symbolic links, and clean up:</para>
    7878
    79 <screen os="j"><userinput>cp bzip2-shared /bin/bzip2
    80 cp -a libbz2.so* /lib
    81 ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
    82 rm /usr/bin/{bunzip2,bzcat,bzip2}
    83 ln -s bzip2 /bin/bunzip2
    84 ln -s bzip2 /bin/bzcat</userinput></screen>
     79<screen os="j"><userinput>cp -v bzip2-shared /bin/bzip2
     80cp -av libbz2.so* /lib
     81ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
     82rm -v /usr/bin/{bunzip2,bzcat,bzip2}
     83ln -sv bzip2 /bin/bunzip2
     84ln -sv bzip2 /bin/bzcat</userinput></screen>
    8585
    8686  </sect2>
Note: See TracChangeset for help on using the changeset viewer.