X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fpciutils;h=d34ae77d7d529d9b99c65807d87021d124a01a3d;hb=268f9623ef6268273f92d73e04eab0e586a7d488;hp=a63b8ac1e0348b969a5152c3f42be99cceb377f9;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index a63b8ac..d34ae77 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 -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d +}