Fix missing autoconf files for sgml-common with newer automake
[hvlinux.git] / stage3 / pkg / pciutils
index a63b8ac..1fb4ae0 100644 (file)
@@ -4,7 +4,7 @@ hvbuild()
 {
     cd ${LFS_TMP}/${PACKAGE}
 
-    # ZLIB=no: Prevents compression of the pci.ids file which is needed by HAL.
+    # ZLIB=no: Prevents compression of the pci.ids file.
     make PREFIX=/usr ZLIB=no
 
     make PREFIX=/usr install
@@ -12,3 +12,8 @@ hvbuild()
     # Some packages require the PCI static library:
     make PREFIX=/usr install-lib
 }
+
+hvbuild_post()
+{
+    install -v -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d
+}