#!/bin/bash hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE}/nspr ./configure ${CONFIGURE_OPTS} } hvbuild() { ${HVMAKE} ${HVMAKE} install }