#!/usr/bin/sh -e ./configure --prefix="/usr" \ --with-systemduserunitdir=no make PREFIX=/usr make PREFIX=/usr DESTDIR="$1" install