This commit is contained in:
Marc Beninca 2024-09-09 00:08:32 +02:00
parent d8e681164d
commit ce9e4de199
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1016,7 +1016,7 @@ spcd_f_py_link() {
fi
}
spcd_python_pip() {
spcd_f_py_clone() {
if [ -n "${1}" ]; then
local name path target
name="$(basename "${1}")"
@ -1426,7 +1426,7 @@ spcd_step__python_modules() {
spcd_step "List"
spcd_os_ls "${target}"
spcd_step "Main"
path="$(spcd_python_pip "${SPCD_GIT_SPCD}")"
path="$(spcd_f_py_clone "${SPCD_GIT_SPCD}")"
# check matching of file and variable
spcd_step "Check"
script="${path}/bootstrap.sh"
@ -1439,7 +1439,7 @@ spcd_step__python_modules() {
ls -l "${script}"
"${_SPCD_CMD_SUM}" -c "${check}" || spcd_error_ci "SPCD"
spcd_step "Root"
spcd_python_pip "${SPCD_GIT_RWX}"
spcd_f_py_clone "${SPCD_GIT_RWX}"
spcd_step "List"
spcd_os_ls "${target}"
spcd_step_out