mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
a28ea0a572
@ -48,8 +48,8 @@
|
||||
as well:</para>
|
||||
|
||||
<screen><userinput>cat > /etc/hosts << EOF
|
||||
127.0.0.1 localhost $(hostname)
|
||||
::1 localhost
|
||||
<literal>127.0.0.1 localhost $(hostname)
|
||||
::1 localhost</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>In order for user <systemitem class="username">root</systemitem> to be
|
||||
|
@ -53,6 +53,8 @@
|
||||
|
||||
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<para>Build the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
@ -116,10 +116,10 @@
|
||||
well. If desired, suppress these warnings by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput remap="install">cat > /etc/pip.conf << EOF
|
||||
[global]
|
||||
<screen><userinput remap="install">cat > /etc/pip.conf << EOF
|
||||
<literal>[global]
|
||||
root-user-action = ignore
|
||||
disable-pip-version-check = true
|
||||
disable-pip-version-check = true</literal>
|
||||
EOF
|
||||
</userinput></screen>
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user