#!/usr/bin/env bash

scriptroot="`dirname \"$0\"`"
package="$1"
package_format="$2"

fakeroot -- "${scriptroot}/${package}/build" `"${scriptroot}/${package}/getversion"` "${package_format}"
