Changeset 3cbc8f4 in clfs-sysroot for BOOK


Ignore:
Timestamp:
Jan 18, 2007, 9:23:00 AM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
305f5c6
Parents:
07e528e
Message:

Add command explanation for procps installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/procps.xml

    r07e528e r3cbc8f4  
    4242<screen os="d"><userinput>make DESTDIR=${CLFS} lib64=lib install</userinput></screen>
    4343
     44    <variablelist os="e">
     45      <title>The meaning of the make option:</title>
     46
     47      <varlistentry>
     48        <term><parameter>lib64=lib</parameter></term>
     49        <listitem>
     50          <para>By default, procps will attempt to install into
     51          <filename class="directory">/lib64</filename> if it
     52          exists, even if the package is not built 64-bit. This option
     53          forces procps to install its libraries into
     54          <filename class="directory">/lib</filename> instead.</para>
     55        </listitem>
     56      </varlistentry>
     57    </variablelist>
     58
    4459  </sect2>
    4560
Note: See TracChangeset for help on using the changeset viewer.