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