Changeset b8d0d24


Ignore:
Timestamp:
05/06/2021 07:25:48 PM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
f786b81
Parents:
54c24ac
Message:

usr-move: fix libbz2.so installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bzip2.xml

    r54c24ac rb8d0d24  
    8484
    8585<screen><userinput remap="install">make PREFIX=/usr install</userinput></screen>
     86
     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>
    8690
    8791    <para>Install the shared <command>bzip2</command> binary into the
Note: See TracChangeset for help on using the changeset viewer.