Changeset 9830e45 for chapter08


Ignore:
Timestamp:
12/04/2023 08:37:03 PM (7 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
44d31a7
Parents:
2de9e153 (diff), dc8572f (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r2de9e153 r9830e45  
    156156<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
    157157
    158 tar --strip-components=1  \
    159     --no-same-owner       \
    160     --no-same-permissions \
    161     -C /usr/share/doc/python-&python-version;/html \
    162     -xvf ../python-&python-version;-docs-html.tar.bz2</userinput></screen>
     158tar --no-same-owner \
     159    -xvf ../python-&python-version;-docs-html.tar.bz2
     160cp -R --no-preserve=mode python-&python-version;-docs-html/* \
     161    /usr/share/doc/python-&python-version;/html</userinput></screen>
    163162
    164163    <variablelist>
     
    166165
    167166    <varlistentry>
    168       <term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term>
     167      <term><option>--no-same-owner</option> (tar) and <option>--no-preserve=mode</option> (cp)</term>
    169168      <listitem>
    170169        <para>Ensure the installed files have the correct ownership and
    171170        permissions.  Without these options, <application>tar</application>
    172         will install the package files with the upstream creator's values.
     171        will install the package files with the upstream creator's values
     172        and files would have restrictive permissions.
    173173        </para>
    174174      </listitem>
Note: See TracChangeset for help on using the changeset viewer.