#!/bin/sh -e

# Remove absolutely unnecessary 'install' flag from the Makefile.
sed -i 's,-T,,' Makefile

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