Fix comment mismatch
[hvlinux.git] / stage3 / pkg / pciutils
index d34ae77..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
@@ -15,5 +15,5 @@ hvbuild()
 
 hvbuild_post()
 {
-    install -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d
+    install -v -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d
 }