Correction installation dans /usr/libexec et autres...
[hvlinux.git] / stage2 / pkg / udev
index aa2c177..c1c605d 100644 (file)
@@ -6,12 +6,10 @@ hvconfig_pre()
 
     CONFIGURE_OPTS="\
         ${CONFIGURE_OPTS} \
-        --sbindir=/sbin \
-        --with-rootlibdir=/lib \
-        --libexecdir=/lib/udev \
-        --docdir=/usr/share/doc/${PACKAGE} \
-        --disable-extras \
-        --disable-hwdb \
+        --exec-prefix="" \
+        --libexecdir=/lib \
+        --with-usb-ids-path=no \
+        --with-pci-ids-path=no \
         --disable-keymap \
         --disable-introspection"
 }