#!/bin/bash hvbuild() { cd ${LFS_TMP}/${PACKAGE} # ZLIB=no: Prevents compression of the pci.ids file which is needed by HAL. make PREFIX=/usr ZLIB=no make PREFIX=/usr install # Some packages require the PCI static library: make PREFIX=/usr install-lib }