Changeset 07d7c10


Ignore:
Timestamp:
Feb 8, 2009, 5:14:09 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4632d6a
Parents:
a28f18d
Message:

Fixed typo in Multilib rsyslog

Location:
BOOK/final-system
Files:
3 edited

Legend:

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

    ra28f18d r07d7c10  
    6969    <para os="e">Install the package:</para>
    7070
    71 <screen os="f"><userinput>make DESTDIR=/ DOCDIR=/usr/share/doc/iproute2 \
     71<screen os="f"><userinput>make DOCDIR=/usr/share/doc/iproute2 \
    7272    MANDIR=/usr/share/man install</userinput></screen>
    7373
  • BOOK/final-system/multilib/iproute2.xml

    ra28f18d r07d7c10  
    5353    xpointer="xpointer(//*[@os='e'])"/>
    5454
    55 <screen os="f"><userinput>make DESTDIR=/ LIBDIR=/usr/lib64 \
     55<screen os="f"><userinput>make LIBDIR=/usr/lib64 \
    5656    DOCDIR=/usr/share/doc/iproute2 \
    5757    MANDIR=/usr/share/man install</userinput></screen>
  • BOOK/final-system/multilib/rsyslog.xml

    ra28f18d r07d7c10  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin</userinput></screen>
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin --libdir=/usr/lib64</userinput></screen>
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.