#!/bin/sh -e export PYTHON=python2 sh ./configure \ --prefix=/usr make make DESTDIR="$1" install