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