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.

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