#!/bin/sh -e sed -i 's/--no-print-directory//g' Makefile.in ./configure \ --prefix=/usr \ --disable-gcov make make DESTDIR="$1" install