X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fpciutils;h=429b0dcf9726b7dd2991af96bc05260f221e5ff5;hb=0341d0fe49135765f7ff0ca5581a353e5f61529a;hp=d34ae77d7d529d9b99c65807d87021d124a01a3d;hpb=f79f4dfe8827078280d6f87f556349ccfdb47096;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index d34ae77..429b0dc 100644 --- a/stage3/pkg/pciutils +++ b/stage3/pkg/pciutils @@ -4,16 +4,19 @@ hvbuild() { cd ${LFS_TMP}/${PACKAGE} - # ZLIB=no: Prevents compression of the pci.ids file which is needed by HAL. - make PREFIX=/usr ZLIB=no + # ZLIB=no: Prevents compression of the pci.ids file. + make PREFIX=/usr \ + SHAREDIR=/usr/share/misc \ + MANDIR=/usr/share/man \ + SHARED=yes \ + ZLIB=no \ + all - make PREFIX=/usr install - - # Some packages require the PCI static library: - make PREFIX=/usr install-lib -} - -hvbuild_post() -{ - install -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d + # install-lib: for packages that require the PCI static library + make PREFIX=/usr \ + SHAREDIR=/usr/share/misc \ + MANDIR=/usr/share/man \ + SHARED=yes \ + ZLIB=no \ + install install-lib }