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