aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreposync-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/reposync-functions.sh b/reposync-functions.sh
index efb4e9b..4874ad1 100755
--- a/reposync-functions.sh
+++ b/reposync-functions.sh
@@ -77,6 +77,7 @@ stowrepo() {
cd "$dir"
echo "$target: stowing packages ($packages) to $target"
+ run mkdir $VERBOSE_ARG -p "$target"
run stow $VERBOSE_ARG --restow --target="$target" $packages
}