#!/bin/sh -e


./configure \
	--prefix=/usr \
        --sbindir=/usr/bin \
        --enable-compat-symlinks

make
make DESTDIR="$1" install