#!/bin/sh -e autoreconf -fi ./configure \ --prefix=/usr make mkdir -p "$1/usr/bin/" make DESTDIR="$1" install