#!/bin/sh -e ./configure \ --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --with-xmldir=/etc/fonts make make DESTDIR="$1" install