Changeset 32f47b1 for chapter08


Ignore:
Timestamp:
05/18/2021 06:17:35 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
70aadfb
Parents:
f34f267 (diff), 7ffe1b8 (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 branch 'trunk' into multilib

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bzip2.xml

    rf34f267 r32f47b1  
    9090
    9191    <para>Install the shared <command>bzip2</command> binary into the
    92     <filename class="directory">/usr/bin</filename> directory:</para>
    93 
    94 <screen><userinput remap="install">cp -v bzip2-shared /usr/bin/bzip2</userinput></screen>
     92    <filename class="directory">/usr/bin</filename> directory, and replace
     93    two copies of <command>bzip2</command> with symlinks:</para>
     94
     95<screen><userinput remap="install">cp -v bzip2-shared /usr/bin/bzip2
     96for i in /usr/bin/{bzcat,bunzip2}; do
     97  ln -sfv bzip2 $i
     98done</userinput></screen>
    9599
    96100    <para>Remove an useless static library:</para>
  • chapter08/e2fsprogs.xml

    rf34f267 r32f47b1  
    5454
    5555<screen><userinput remap="configure">../configure --prefix=/usr           \
     56             --sysconfdir=/etc       \
    5657             --enable-elf-shlibs     \
    5758             --disable-libblkid      \
  • chapter08/eudev.xml

    rf34f267 r32f47b1  
    5454
    5555<screen><userinput remap="configure">./configure --prefix=/usr           \
     56            --bindir=/usr/sbin      \
    5657            --sysconfdir=/etc       \
    5758            --enable-manpages       \
Note: See TracChangeset for help on using the changeset viewer.