#!/bin/bash hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE} # Disable the installation of the groups program and its man page, as # Coreutils provides a better version. sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; } hvbuild() { ${HVMAKE} ${HVMAKE} DESTDIR=${CLFS} install }