Ignore:
Timestamp:
10/19/2019 05:40:04 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7ec194d4
Parents:
91f763ae
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/python.xml

    r91f763ae r12e721d  
    9090
    9191<screen><userinput remap="install">make install
    92 chmod -v 755 /usr/lib/libpython&python-minor;m.so
     92chmod -v 755 /usr/lib/libpython&python-minor;.so
    9393chmod -v 755 /usr/lib/libpython3.so
    94 ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
     94ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
    9595
    9696    <variablelist>
    9797      <title>The meaning of the install commands:</title>
    98 <!-- ======  Change 7m if Python minor version changes ======= -->
    99     <varlistentry>
    100       <term><command>chmod -v 755 /usr/lib/libpython3.{7m.,}so</command></term>
     98<!-- ======  Change 8m if Python minor version changes ======= -->
     99    <varlistentry>
     100      <term><command>chmod -v 755 /usr/lib/libpython3.{8.,}so</command></term>
    101101      <listitem>
    102102        <para>Fix permissions for libraries to be consistent with other
     
    147147        </seg>
    148148        <seg>
    149           libpython&python-minor;m.so and libpython3.so
     149          libpython&python-minor;.so and libpython3.so
    150150        </seg>
    151151        <seg>
    152           /usr/include/python&python-minor;m, /usr/lib/python3 and
     152          /usr/include/python&python-minor;,
     153          /usr/lib/python3, and
    153154          /usr/share/doc/python-&python-version;
    154155        </seg>
Note: See TracChangeset for help on using the changeset viewer.