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