Ignore:
Timestamp:
04/27/2021 06:19:53 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
6134551
Parents:
32cea200
Message:

usr-move: fix an error in bzip2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bzip2.xml

    r32cea200 r15c2f37  
    8686
    8787    <para>Install the shared <command>bzip2</command> binary into the
    88     <filename class="directory">/bin</filename> directory, make
    89     some necessary symbolic links, and clean up:</para>
    90 
    91 <screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2
    92 cp -av libbz2.so* /lib
     88    <filename class="directory">/bin</filename> directory:</para>
     89
     90<screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2</userinput></screen>
     91
     92    <para revision="sysv">Adjust some symbolic links, and clean up:</para>
     93
     94<screen revision="sysv"><userinput remap="install">cp -av libbz2.so* /lib
    9395ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
    9496rm -v /usr/bin/{bunzip2,bzcat,bzip2}
Note: See TracChangeset for help on using the changeset viewer.