X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fpciutils;h=1fb4ae09bb2de818260a109ca74767cccceb94df;hb=e941771d74ef457edb2c321a76e88a7c9a79c7f8;hp=a63b8ac1e0348b969a5152c3f42be99cceb377f9;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index a63b8ac..1fb4ae0 100644 --- a/stage3/pkg/pciutils +++ b/stage3/pkg/pciutils @@ -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 +}