Changeset 8fd9f81


Ignore:
Timestamp:
10/13/2021 08:00:35 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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:
3a12bfb
Parents:
64ce287
Message:

Make instructions more consistent.
When using mkdir during installation, use -pv all the time.
Make reference to irc channel all lower case.
Update lfs-latest for condxml merge

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/resources.xml

    r64ce287 r8fd9f81  
    5858    question is not already answered in the LFS FAQ or the mailing list
    5959    archives. You can find the IRC network at <uri>irc.libera.chat</uri>.
    60     The support channel is named #LFS-support.</para>
     60    The support channel is named #lfs-support.</para>
    6161
    6262  </sect2>
  • chapter08/gawk.xml

    r64ce287 r8fd9f81  
    6363    <para>If desired, install the documentation:</para>
    6464
    65 <screen><userinput remap="install">mkdir -v /usr/share/doc/gawk-&gawk-version;
     65<screen><userinput remap="install">mkdir -pv                                  /usr/share/doc/gawk-&gawk-version;
    6666cp    -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput></screen>
    6767
  • chapter08/iproute2.xml

    r64ce287 r8fd9f81  
    8080    <para>If desired, install the documentation:</para>
    8181
    82 <screen><userinput remap="install">mkdir -v              /usr/share/doc/iproute2-&iproute2-version;
     82<screen><userinput remap="install">mkdir -pv             /usr/share/doc/iproute2-&iproute2-version;
    8383cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen>
    8484
  • chapter08/kbd.xml

    r64ce287 r8fd9f81  
    9898    <para>If desired, install the documentation:</para>
    9999
    100 <screen><userinput remap="install">mkdir -v            /usr/share/doc/kbd-&kbd-version;
     100<screen><userinput remap="install">mkdir -pv           /usr/share/doc/kbd-&kbd-version;
    101101cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    102102
  • chapter08/ncurses.xml

    r64ce287 r8fd9f81  
    125125    <para>If desired, install the Ncurses documentation:</para>
    126126
    127 <screen><userinput remap="install">mkdir -v       /usr/share/doc/ncurses-&ncurses-version;
     127<screen><userinput remap="install">mkdir -pv      /usr/share/doc/ncurses-&ncurses-version;
    128128cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
    129129
  • lfs-latest-git.php

    r64ce287 r8fd9f81  
    319319   # Make version.ent
    320320   chdir( "$tmpdir/LFS" );
    321    exec ( "./git-version.sh" );
     321   exec ( "./git-version.sh systemd" );
    322322
    323323   chdir( $cdir );
Note: See TracChangeset for help on using the changeset viewer.