#!/bin/sh if test -z "$1"; then echo usage: $0 pkgpath 1>&2 exit 1 fi . ./prepare-env ./build "$1"