Ignore:
Timestamp:
02/06/2022 04:45:15 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
2195c1e
Parents:
3e09569 (diff), d759d8b (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r3e09569 r2590473  
    5959cd       build
    6060
    61 LANG=en_US.UTF-8                    \
    6261meson --prefix=/usr                 \
    6362      --sysconfdir=/etc             \
     
    132131          <filename>/etc/group</filename> and
    133132          <filename>/etc/passwd</filename> files. Both files
    134           were created earlier in this chapter. This daemon is not useful
     133          were created in the previous chapter. This daemon is not useful
    135134          on an LFS system since user accounts are manually created.</para>
    136135        </listitem>
     
    174173    <para>Compile the package:</para>
    175174
    176 <screen><userinput remap="make">LANG=en_US.UTF-8 ninja</userinput></screen>
     175<screen><userinput remap="make">ninja</userinput></screen>
    177176
    178177    <para>Install the package:</para>
    179178
    180 <screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen>
     179<screen><userinput remap="install">ninja install</userinput></screen>
    181180
    182181    <para>Install the man pages:</para>
Note: See TracChangeset for help on using the changeset viewer.