#!/bin/bash hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE} sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ unix/Makefile } hvbuild() { make prefix=/usr -f unix/Makefile generic_gcc make prefix=/usr -f unix/Makefile install }