From: Michael Wagner Date: Tue, 14 Oct 2025 16:06:23 +0000 (+0200) Subject: webssh-Korrektur X-Git-Tag: v_0.0-12 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/commitdiff_plain/810399e88ffec83152eea85d4dab561464a5ea25 webssh-Korrektur --- 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/