Changeset 7fbfed56


Ignore:
Timestamp:
05/16/2021 02:06:47 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0389538, 30fb4c0
Parents:
59fef4c
Message:

For consistency, do not use /bin in bzip2 and inetutils.

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bzip2.xml

    r59fef4c r7fbfed56  
    9090
    9191    <para>Install the shared <command>bzip2</command> binary into the
    92     <filename class="directory">/bin</filename> directory:</para>
    93 
    94 <screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2</userinput></screen>
     92    <filename class="directory">/usr/bin</filename> directory:</para>
     93
     94<screen><userinput remap="install">cp -v bzip2-shared /usr/bin/bzip2</userinput></screen>
    9595
    9696    <para>Remove an useless static library:</para>
  • chapter08/inetutils.xml

    r59fef4c r7fbfed56  
    4444
    4545<screen><userinput remap="configure">./configure --prefix=/usr        \
     46            --bindir=/usr/bin    \
    4647            --localstatedir=/var \
    4748            --disable-logger     \
     
    117118    <para>Move a program to the proper location:</para>
    118119
    119 <screen><userinput remap="install">mv -v /{,s}bin/ifconfig</userinput></screen>
     120<screen><userinput remap="install">mv -v /usr/{,s}bin/ifconfig</userinput></screen>
    120121
    121122  </sect2>
Note: See TracChangeset for help on using the changeset viewer.