#!/bin/sh -e # Install our pre-configured Makefile. cp makefile.mid ./Makefile make LDFLAGS="$LDFLAGS -static" make DESTDIR="$1" PREFIX=/usr install