#!/usr/bin/sh -e ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man make make DESTDIR="$1" install