Changeset fdbfe39


Ignore:
Timestamp:
01/23/2019 09:45:11 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2db2e382
Parents:
5da4c02
Message:

Force NetworkManager to use Python 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21025 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5da4c02 rfdbfe39  
    4545      <para>January 23rd, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Force NetworkManager to use Python 3.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[pierre] - Six is not needed for gdk-pixbuf.</para>
  • networking/netutils/networkmanager.xml

    r5da4c02 rfdbfe39  
    150150
    151151<screen><userinput>sed '/initrd/d' -i src/meson.build</userinput></screen>
     152
     153    <para>
     154      Fix the python scripts so that they use <application>Python
     155      3</application>:
     156    </para>
     157
     158<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
    152159
    153160    <para>
     
    227234
    228235    <para>
    229       <parameter>-Ddocs=true</parameter>: Use this switch to enable building
     236      <option>-Ddocs=true</option>: Use this switch to enable building
    230237      man pages and documentation if <xref linkend="gtk-doc"/> is installed.
    231238    </para>
Note: See TracChangeset for help on using the changeset viewer.