#!/bin/sh -e #patch -Np1 -i fixes.patch ./configure \ --prefix=/usr make make DESTDIR="$1" install