From 810399e88ffec83152eea85d4dab561464a5ea25 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 14 Oct 2025 18:06:23 +0200 Subject: [PATCH] webssh-Korrektur --- Test/webssh/FitnessePages/AaaStart/content.txt | 2 +- debian/webssh.cp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Test/webssh/FitnessePages/AaaStart/content.txt b/Test/webssh/FitnessePages/AaaStart/content.txt index 8c98eac..e9f4420 100644 --- a/Test/webssh/FitnessePages/AaaStart/content.txt +++ b/Test/webssh/FitnessePages/AaaStart/content.txt @@ -6,5 +6,5 @@ |call script|!- rm -r ~/tmp/tests | true -!| |call script|if [ ! -d ~/webssh ]; then cd ~; git clone https://github.com/huashengdun/webssh; fi| |call script|cd ~/webssh; git_up| -|call script|rsync -a /usr/lib/python3.9/webssh/ ~/tmp/webssh/| +|call script|rsync -a /usr/lib/python3/dist-packages/webssh/ ~/tmp/webssh/| |call script|rsync -a ~/webssh/tests/ ~/tmp/tests/| diff --git a/debian/webssh.cp b/debian/webssh.cp index 8819dcd..57ba1e3 100755 --- a/debian/webssh.cp +++ b/debian/webssh.cp @@ -3,8 +3,8 @@ set -e . debian/setenv.sh -mkdir -p $1/usr/lib/python3.9/ -cp -a $BUILD_DIR/.venv/lib/python3.9/site-packages/webssh $1/usr/lib/python3.9/ +mkdir -p $1/usr/lib/python3/dist-packages/ +cp -a $BUILD_DIR/.venv/lib/python3.9/site-packages/webssh $1/usr/lib/python3/dist-packages/ mkdir -p $1/usr/bin cp $BUILD_DIR/webssh/webssh $1/usr/bin/ -- 2.39.5