From 670f431be7da3fd67151e161e7464a27c390b741 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Apr 2024 21:01:27 +0200 Subject: [PATCH] sub,rm --- cd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index 69afca8..f418422 100644 --- a/cd.sh +++ b/cd.sh @@ -196,9 +196,10 @@ local root "${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \ || exit cp --recursive --verbose \ - "${root}/${repository}" "${CD_PYTHON_PACKAGES}" \ + "${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \ || exit done + rm --force --recursive "${root}" || exit } function cd_bootstrap {