#!/bin/sh -e # /sbin is a symlink to /usr/bin ./configure --prefix=/usr --sbindir=/usr/bin make make DESTDIR="$1" install