#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-static-cryptsetup make make DESTDIR="$1" install