#!/bin/sh -e mkdir -p "$1/usr/bin" ./configure make make PREFIX="$1/usr" install