Changeset 4069

Show
Ignore:
Timestamp:
11/02/08 16:51:00 (2 months ago)
Author:
jciccone
Message:

Fixed the configure command for module-init-tools so /share goes to /usr/share where it should be.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/boot/common/module-init-tools.xml

    r3891 r4069  
    3535    xpointer="xpointer(//*[@os='e'])"/> 
    3636 
    37 <screen os="f"><userinput>./configure --prefix=/ \ 
     37<screen os="f"><userinput>./configure --prefix=/usr \ 
     38    --bindir=/bin --sbindir=/sbin \ 
    3839    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 
    3940 
  • trunk/BOOK/boot/multilib/module-init-tools.xml

    r3891 r4069  
    3636 
    3737<screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 
    38    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 
     38    --bindir=/bin --sbindir=/sbin \ 
     39    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 
    3940 
    4041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/final-system/common/module-init-tools.xml

    r3956 r4069  
    4949    <para os="e">Prepare Module-Init-Tools for compilation:</para> 
    5050 
    51 <screen os="f"><userinput>./configure --prefix=/ --enable-zlib</userinput></screen> 
     51<screen os="f"><userinput>./configure --prefix=/ \ 
     52    --bindir=/bin --sbindir=/sbin \ 
     53    --enable-zlib</userinput></screen> 
    5254 
    5355    <variablelist os="g"> 
  • trunk/BOOK/final-system/multilib/module-init-tools.xml

    r3956 r4069  
    4747 
    4848<screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix="/" \ 
    49    --enable-zlib</userinput></screen> 
     49    --bindir=/bin --sbindir=/sbin \ 
     50    --enable-zlib</userinput></screen> 
    5051 
    5152    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/introduction/common/changelog.xml

    r4065 r4069  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>November 2, 2008</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jciccone] - Fixed the configure command for module-init-tools 
     44          so /share goes to /usr/share where it should be.</para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
    3848 
    3949    <listitem>