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