]> wagnertech.de Git - projects.git/commitdiff
webssh-Korrektur v_0.0-12
authorMichael Wagner <michael@wagnertech.de>
Tue, 14 Oct 2025 16:06:23 +0000 (18:06 +0200)
committerMichael Wagner <michael@wagnertech.de>
Tue, 14 Oct 2025 16:06:23 +0000 (18:06 +0200)
Test/webssh/FitnessePages/AaaStart/content.txt
debian/webssh.cp

index 8c98eac264916297688fd13899f82a717c72e134..e9f4420501636945fe2f166d26a873e4d2dcf8ea 100644 (file)
@@ -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/|
index 8819dcd5dc0e2ddc6981ab780035013545fe3348..57ba1e368ff8379dcd0a20e2951cdb5a2aee35f0 100755 (executable)
@@ -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/