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