#!/bin/sh -e ./configure \ --prefix=/usr \ --sysconfdir=/etc make -j1 make -j1 DESTDIR="$1" install