Changeset 282b4de


Ignore:
Timestamp:
Feb 13, 2008, 3:15:06 PM (16 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:
12b998f
Parents:
8a10f1c
Message:

remove the --prefix=/ (wrong anyway) from the boot util-linux-ng, let it install into the default prefix of /usr.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/util-linux-ng.xml

    r8a10f1c r282b4de  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/ \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --enable-login-utils --disable-makeinstall-chown</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} \
     30    --host=${CLFS_TARGET} --enable-login-utils \
     31    --disable-makeinstall-chown</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/util-linux-ng.xml

    r8a10f1c r282b4de  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --enable-login-utils --disable-makeinstall-chown</userinput></screen>
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \
     30    --host=${CLFS_TARGET} --enable-login-utils \
     31    --disable-makeinstall-chown</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    r8a10f1c r282b4de  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "Feburary">
    5 <!ENTITY day "12"> <!-- Use two digits -->
     5<!ENTITY day "13"> <!-- Use two digits -->
    66<!ENTITY year "2008"> <!-- Use four digits -->
    77
Note: See TracChangeset for help on using the changeset viewer.