#!/bin/bash hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE} sed -i 's:/html::' doc/HTML/Makefile.in } hvbuild_post() { for doctype in html ps dvi man pdf rtf tex texi txt; do ln -sf docbook2$doctype /usr/bin/db2$doctype done }