From ad31869ee1a4b94aa74e0d6671035f8115a69eb0 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 d75fbe2..b616caa 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)) " }