#!/bin/bash hvbuild() { make PREFIX=/usr install } hvbuild_post() { install -v -m644 ${SCRDIR}/misc/colordiffrc /etc }