Changeset 1e58202 for BOOK/final-system


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

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

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.