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 {