#!/bin/sh -e ./configure \ --prefix=/usr \ --with-xinitdir=/etc/X11/xinit make make DESTDIR="$1" install