#!/bin/bash hvbuild() { cd ${LFS_TMP}/${PACKAGE} make all rpl8 btcflash make prefix=/usr install install -v -m644 -D index.html /usr/share/doc/${PACKAGE}/index.html }