Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / pciutils
index 943f0de..9bddc02 100644 (file)
@@ -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
-}