From 30ac72c67318a619b84292dfe91b9bd101711bf4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 7 Aug 2024 19:28:36 +0200 Subject: [PATCH] move env to system packages --- spcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd.sh b/spcd.sh index 3e25962..aaf4f05 100644 --- a/spcd.sh +++ b/spcd.sh @@ -781,7 +781,7 @@ spcd_write_python_module() { spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value} " done - spcd_write "${SPCD_PYTHON_VENV_PACKAGES}/env.py" "${spcd_wpm__text} + spcd_write "${SPCD_PYTHON_PACKAGES}/env.py" "${spcd_wpm__text} SPCD_STEP = $((SPCD_STEP + 1)) " }