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