Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bzip2.xml

    r0e9fb93 rdf462a9  
    8585<screen><userinput remap="install">make PREFIX=/usr install</userinput></screen>
    8686
     87    <para>Install the shared library:</para>
     88<screen><userinput remap="install">cp -av libbz2.so.* /usr/lib
     89ln -sv libbz2.so.&bzip2-version; /usr/lib/libbz2.so</userinput></screen>
     90
    8791    <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
    93 ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
    94 rm -v /usr/bin/{bunzip2,bzcat,bzip2}
    95 ln -sv bzip2 /bin/bunzip2
    96 ln -sv bzip2 /bin/bzcat</userinput></screen>
     92    <filename class="directory">/bin</filename> directory:</para>
     93
     94<screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2</userinput></screen>
    9795
    9896    <para>Remove an useless static library:</para>
Note: See TracChangeset for help on using the changeset viewer.