#!/bin/sh -e ./configure \ --prefix=/usr \ man # mtpaint uses weird configure syntax... make make DESTDIR="$1" install