Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    re680022 r716db1f  
    104104    <para>If desired, install the preformatted documentation:</para>
    105105
    106 <screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html 
     106<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
    107107
    108108tar --strip-components=1  \
     
    118118      <term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term>
    119119      <listitem>
    120         <para>Ensure the installed files have the correct ownership and 
     120        <para>Ensure the installed files have the correct ownership and
    121121        permissions.  Without these options, using <application>tar</application>
    122         will install the package files with the upstream creator's values. 
     122        will install the package files with the upstream creator's values.
    123123        </para>
    124124      </listitem>
     
    145145        </seg>
    146146        <seg>
    147           /usr/include/python&python-minor;, 
     147          /usr/include/python&python-minor;,
    148148          /usr/lib/python3, and
    149149          /usr/share/doc/python-&python-version;
     
    163163            is a <application>Python</application> program that reads
    164164            <application>Python 2.x</application> source code and applies a
    165             series of fixes to transform it into 
     165            series of fixes to transform it into
    166166            valid <application>Python 3.x</application> code
    167167          </para>
Note: See TracChangeset for help on using the changeset viewer.