#!/bin/sh -e

sed -i 's|Liberation Mono|Monospace|g' config.def.h

make
make PREFIX=/usr DESTDIR="$1" install