Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r30f5283 rdc8572f  
    4949            --enable-shared      \
    5050            --with-system-expat  \
    51             --with-system-ffi    \
    5251            --enable-optimizations</userinput></screen>
    5352
     
    6261       </listitem>
    6362     </varlistentry>
    64 
    65     <varlistentry>
    66       <term><parameter>--with-system-ffi</parameter></term>
    67       <listitem>
    68         <para>This switch enables linking against the system version of
    69         <filename class='libraryfile'>libffi.so</filename>.</para>
    70       </listitem>
    71     </varlistentry>
    7263
    7364    <varlistentry>
     
    165156<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
    166157
    167 tar --strip-components=1  \
    168     --no-same-owner       \
    169     --no-same-permissions \
    170     -C /usr/share/doc/python-&python-version;/html \
    171     -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>
    172162
    173163    <variablelist>
     
    175165
    176166    <varlistentry>
    177       <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>
    178168      <listitem>
    179169        <para>Ensure the installed files have the correct ownership and
    180170        permissions.  Without these options, <application>tar</application>
    181         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.
    182173        </para>
    183174      </listitem>
     
    192183
    193184    <segmentedlist>
    194       <segtitle>Installed Programs</segtitle>
    195       <segtitle>Installed Library</segtitle>
    196       <segtitle>Installed Directories</segtitle>
     185      <segtitle>Installed programs</segtitle>
     186      <segtitle>Installed library</segtitle>
     187      <segtitle>Installed directories</segtitle>
    197188
    198189      <seglistitem>
Note: See TracChangeset for help on using the changeset viewer.