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