Corrections erreurs de compilation udev et module-init-tools, et déplacé les éxécutab...
[hvlinux.git] / stage2 / pkg / module-init-tools
index e7b8c1d..5a0d77d 100644 (file)
@@ -6,6 +6,8 @@ hvconfig_pre()
     # first rewrite a file that just points to another man page:
     echo '.so man5/modprobe.conf.5' > ${LFS_TMP}/${PACKAGE}/modprobe.d.5
 
+    export DOCBOOKTOMAN=/bin/true
+
     # --enable-zlib-dynamic: To handle compressed kernel modules.
     CONFIGURE_OPTS="\
         --prefix=/usr \
@@ -29,4 +31,6 @@ hvbuild()
 hvbuild_post()
 {
     install -dv ${LFS}/etc/modprobe.d
+
+    unset DOCBOOKTOMAN
 }