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