Changeset 1e58202 for BOOK


Ignore:
Timestamp:
Nov 2, 2008, 8:51:00 AM (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:
f01d47c
Parents:
38b0124
Message:

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

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/module-init-tools.xml

    r38b0124 r1e58202  
    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
  • BOOK/boot/multilib/module-init-tools.xml

    r38b0124 r1e58202  
    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"
  • BOOK/final-system/common/module-init-tools.xml

    r38b0124 r1e58202  
    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">
  • BOOK/final-system/multilib/module-init-tools.xml

    r38b0124 r1e58202  
    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"
  • BOOK/introduction/common/changelog.xml

    r38b0124 r1e58202  
    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>
Note: See TracChangeset for help on using the changeset viewer.