X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fpciutils;h=9bddc02090bcdf40c5a6e914b877571bc45ec862;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=943f0ded2a12a4d2f2707624c13ba487c44d34d8;hpb=a41c6c99c8f31750b64d0a810cab1ac4b5df4642;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index 943f0de..9bddc02 100644 --- a/stage3/pkg/pciutils +++ b/stage3/pkg/pciutils @@ -2,8 +2,6 @@ hvbuild() { - cd ${LFS_TMP}/${PACKAGE} - # ZLIB=no: Prevents compression of the pci.ids file. make PREFIX=/usr \ SHAREDIR=/usr/share/misc \ @@ -20,8 +18,3 @@ hvbuild() ZLIB=no \ install install-lib } - -hvbuild_post() -{ - install -v -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d -}