#!/bin/sh -e
# Fix a GNUism.
sed -i 's/-pm/-Dm/' Makefile
make PREFIX=/usr
make DESTDIR="$1" PREFIX=/usr install