#!/bin/sh -e python3 bootstrap.py python3 setup.py build python3 setup.py install \ --prefix=/usr \ --root="$1" \ --optimize=1 \ --skip-build