#!/bin/sh -e
sed 's/Liberation Mono/Monospace/g' config.def.h > _
mv -f _ config.def.h
make
make PREFIX=/usr DESTDIR="$1" install