From 399fa07bfac673a8846466b16c76549e329b55b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 May 2023 10:17:50 +0100 Subject: gentoo auto-resync : 20:05:2023 - 10:17:50 --- media-gfx/hydrus/files/hydrus-client | 2 +- media-gfx/hydrus/files/hydrus-server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'media-gfx/hydrus/files') diff --git a/media-gfx/hydrus/files/hydrus-client b/media-gfx/hydrus/files/hydrus-client index 7a6e42747c5c..7c52292930f8 100644 --- a/media-gfx/hydrus/files/hydrus-client +++ b/media-gfx/hydrus/files/hydrus-client @@ -1,3 +1,3 @@ #!/bin/sh export QT_API="${QT_API:-pyside2}" -exec /usr/bin/python -OO /opt/hydrus/client.pyw "$@" +exec /usr/bin/python -OO /opt/hydrus/hydrus_client.pyw "$@" diff --git a/media-gfx/hydrus/files/hydrus-server b/media-gfx/hydrus/files/hydrus-server index cecb9adc1a2d..4f560b84f2e9 100644 --- a/media-gfx/hydrus/files/hydrus-server +++ b/media-gfx/hydrus/files/hydrus-server @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/python -OO /opt/hydrus/server.py "$@" +exec /usr/bin/python -OO /opt/hydrus/hydrus_server.py "$@" -- cgit v1.2.3