#!/bin/sh -e sed -i 's|Liberation Mono|Monospace|g' config.def.h ./configure \ --prefix=/usr make make DESTDIR="$1" install