Changeset 09951b1


Ignore:
Timestamp:
07/14/2022 05:07:51 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f07eaca
Parents:
d9ff8eba
git-author:
Xi Ruoyao <xry111@…> (07/14/2022 05:06:09 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/14/2022 05:07:51 AM)
Message:

upower: LC_ALL=C is for test, not for install

How did I misplaced it ?!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    rd9ff8eba r09951b1  
    154154ninja</userinput></screen>
    155155
    156     <para>
    157       To test the results, issue: <command>ninja test</command>. Some
    158       checks may not pass due to missing files. Test suite should be run from
    159       a local GUI session started with dbus-launch.
    160     </para>
    161 
    162     <para>
    163       Now, as the <systemitem class="username">root</systemitem> user:
    164     </para>
    165 
    166156    <!-- On my system with LANG=zh_CN.UTF-8, one test attempted to compare
    167157         Chinese error message with English references and failed.
    168158         LC_ALL=C fixes the problem.  -->
    169 <screen role="root"><userinput>LC_ALL=C ninja install</userinput></screen>
     159    <para>
     160      To test the results, issue: <command>LC_ALL=C ninja test</command>. Some
     161      checks may not pass due to missing files. Test suite should be run from
     162      a local GUI session started with dbus-launch.
     163    </para>
     164
     165    <para>
     166      Now, as the <systemitem class="username">root</systemitem> user:
     167    </para>
     168
     169<screen role="root"><userinput>ninja install</userinput></screen>
    170170
    171171  </sect2>
Note: See TracChangeset for help on using the changeset viewer.