#!/bin/sh -eu

BUILDDIR="${BUILDDIR?}"
IMPORT_PATH="${IMPORT_PATH?}"

mkdir -vp -- "$BUILDDIR/src/$IMPORT_PATH"
cp -alv -- * "$BUILDDIR/src/$IMPORT_PATH"
