#!/bin/sh -e cmake -DCMAKE_INSTALL_PREFIX=/usr . make DESTDIR="$1" install