#!/usr/bin/sh -e autoreconf -i -f mkdir build cd build ../configure make PREFIX=/usr make DESTDIR="$1" install