From cbf34860750f6ea8447549c688586e593a596118 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 28 Dec 2025 17:50:53 -0600 Subject: ensure stow target is created before attempting to stow --- reposync-functions.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3