Changeset 15c2f37 for chapter08/bzip2.xml
- Timestamp:
- 04/27/2021 06:19:53 PM (2 years ago)
- Branches:
- xry111/usr-move
- Children:
- 6134551
- Parents:
- 32cea200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/bzip2.xml
r32cea200 r15c2f37 86 86 87 87 <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 93 95 ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so 94 96 rm -v /usr/bin/{bunzip2,bzcat,bzip2}
Note:
See TracChangeset
for help on using the changeset viewer.