@@ -37,6 +37,7 @@ deploy_item() {
local mode="${3:-$MKIT_DEFAULT_MODE}"
if test -d "$src";
then
+ mkdir -vp "$(dirname "$dst")"
cp -Tvr "$src" "$dst"
find "$dst" -type f -print0 | xargs -0 chmod -c "$mode"
else