#!/bin/sh -e ./configure \ --prefix=/usr \ --without-sasl make make DESTDIR="$1" install rm -rf "$1/usr/share/doc"