Changeset b299976


Ignore:
Timestamp:
07/02/2022 05:44:49 AM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
16a24a4
Parents:
fa411f6e
Message:

Mako: fix double dashes after uncommenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mako.xml

    rfa411f6e rb299976  
    8686      </para>
    8787
    88 <screen><userinput>pip3 wheel -w dist - -no-build-isolation - -no-deps $PWD</userinput></screen>
     88<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8989
    9090      <para>
     
    9292      </para>
    9393
    94 <screen role="root"><userinput>pip3 install - -no-index - -find-links dist - -no-cache-dir Mako</userinput></screen>
     94<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir Mako</userinput></screen>
    9595
    9696    </sect3>
Note: See TracChangeset for help on using the changeset viewer.