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