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-64bit.xml

    r2804e9c r9f83afef  
    2929CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \
    3030    --with-rootprefix="" --libexecdir=/lib64 --libdir=/usr/lib64 \
    31     --with-rootlibdir=/lib64 --enable-split-usr --enable-rule_generator \
    32     --disable-introspection --disable-keymap --disable-gudev \
     31    --with-rootlibdir=/lib64 --sbindir=/sbin --bindir=/sbin \
     32    --enable-split-usr --enable-rule_generator --disable-introspection \
     33    --disable-keymap --disable-gudev --disable-gtk-doc-html \
    3334    --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
    3435
Note: See TracChangeset for help on using the changeset viewer.