#!/bin/bash
# Place the resulting package into an alternate directory to avoid overwriting
# the working version in the main tree.
mkdir -p /tmp/testpkgs
./arm/build --pkgstoreoverride /tmp/testpkgs
