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