Changeset 8ced986


Ignore:
Timestamp:
Jul 6, 2009, 6:05:11 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
21797af
Parents:
e742e58
Message:

Fixed iproute2 installation.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    re742e58 r8ced986  
    3838    <para os="a">Compile the package:</para>
    3939
    40 <screen os="b"><userinput>make DESTDIR=/ DOCDIR=/usr/share/doc/iproute2 \
     40<screen os="b"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
    4141    MANDIR=/usr/share/man</userinput></screen>
    4242
     
    4545
    4646      <varlistentry>
    47         <term><parameter>DESTDIR=/</parameter></term>
     47        <term><parameter>DESTDIR=</parameter></term>
    4848        <listitem>
    4949          <para>This option overrides the default DESTDIR of /usr, so that
     
    6969    <para os="e">Install the package:</para>
    7070
    71 <screen os="f"><userinput>make DOCDIR=/usr/share/doc/iproute2 \
     71<screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
    7272    MANDIR=/usr/share/man install</userinput></screen>
    7373
  • BOOK/final-system/multilib/iproute2.xml

    re742e58 r8ced986  
    3838    xpointer="xpointer(//*[@os='a'])"/>
    3939
    40 <screen os="b"><userinput>make CC="gcc ${BUILD64}" DESTDIR=/ LIBDIR=/usr/lib64 \
     40<screen os="b"><userinput>make CC="gcc ${BUILD64}" DESTDIR= LIBDIR=/usr/lib64 \
    4141    DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man</userinput></screen>
    4242
     
    5353    xpointer="xpointer(//*[@os='e'])"/>
    5454
    55 <screen os="f"><userinput>make LIBDIR=/usr/lib64 \
     55<screen os="f"><userinput>make DESTDIR= LIBDIR=/usr/lib64 \
    5656    DOCDIR=/usr/share/doc/iproute2 \
    5757    MANDIR=/usr/share/man install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.