X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage3%2Fpkg%2Fpciutils;h=1fb4ae09bb2de818260a109ca74767cccceb94df;hb=75d444dea699fdfdd1e2994a2991999a1d48d78d;hp=d34ae77d7d529d9b99c65807d87021d124a01a3d;hpb=f79f4dfe8827078280d6f87f556349ccfdb47096;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index d34ae77..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 @@ -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 }