Changeset 777c890 for chapter06/gcc.xml


Ignore:
Timestamp:
05/30/2020 07:00:00 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
0e9d60e
Parents:
160e72c
Message:

MultiLib: Merge changes up to 11861

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r160e72c r777c890  
    127127    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    128128
    129 <screen><userinput remap="test">chown -Rv nobody .
    130 su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
     129<screen><userinput remap="test">chown -Rv tester .
     130su tester -c "PATH=$PATH make -k check"</userinput></screen>
    131131
    132132    <para>To receive a summary of the test suite results, run:</para>
     
    168168
    169169    <para>The GCC build directory is owned by <systemitem class="username">
    170     nobody</systemitem> now and the ownership of the installed header
     170    tester</systemitem> now and the ownership of the installed header
    171171    directory (and its content) will be incorrect.  Change the ownership to
    172172    <systemitem class="username">root</systemitem> user and group:</para>
Note: See TracChangeset for help on using the changeset viewer.