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