diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index d17e0ef73..b03b394af 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -56,10 +56,10 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> <!-- Note that "libdir=/usr/lib64" would be required for multilib. --> <screen><userinput remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \ KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \ - --prefix=/usr --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \ - --enable-rule_generator --disable-introspection --disable-keymap \ - --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no \ - --with-systemdsystemunitdir=no</userinput></screen> + --prefix=/usr --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc \ + --libexecdir=/lib --enable-rule_generator --disable-introspection \ + --disable-keymap --disable-gudev --with-usb-ids-path=no \ + --with-pci-ids-path=no --with-systemdsystemunitdir=no</userinput></screen> <variablelist> <title>The meaning of the new configure options</title> |