#!/bin/sh -e cd build/generic ./configure \ --prefix=/usr make make DESTDIR="$1" install