Ignore:
Timestamp:
Sep 3, 2013, 10:13:20 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
98838f0
Parents:
2804e9c
Message:

Fix installation of eudev binaries in final-system to /sbin instead of /usr/bin and /usr/sbin. Not seen when using the boot method as the proper configure options are passed during that time. Problem encountered when using the chroot method and /sbin/udevd did not exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/eudev-n32.xml

    r2804e9c r9f83afef  
    3131CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \
    3232    --with-rootprefix="" --libexecdir=/lib32 --enable-split-usr \
    33     --libdir=/usr/lib32 --with-rootlibdir=/lib32 --enable-rule_generator \
    34     --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
     33    --libdir=/usr/lib32 --with-rootlibdir=/lib32 --sbindir=/sbin \
     34    --bindir=/sbin --enable-rule_generator --disable-introspection \
     35    --disable-keymap --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>
    3536
    3637    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.