summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2024-02-15 12:00:29 +0000
committerScore_Under2024-02-15 12:00:29 +0000
commit0dab230e355957eba830ad26a657b3e56f4b19eb (patch)
tree08014a86ad6d144f8f99cc6102f8b96dc806cf5b /paths-in-opt.patch
parentfc67038ad0fcdabc793df0cd0cba0954b319d247 (diff)
downloadaur-0dab230e355957eba830ad26a657b3e56f4b19eb.tar.gz
Update for v652
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 8a0b5244f38e..72d6fe795fca 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,16 +1,3 @@
-diff --git a/hydrus/client/gui/ClientGUI.py b/hydrus/client/gui/ClientGUI.py
-index 62a61e1f..34b2506a 100644
---- a/hydrus/client/gui/ClientGUI.py
-+++ b/hydrus/client/gui/ClientGUI.py
-@@ -6213,7 +6213,7 @@ class FrameGUI( CAC.ApplicationCommandProcessorMixin, ClientGUITopLevelWindows.M
- python_executable = python_executable.replace( 'pythonw', 'python' )
-
-
-- server_script_path = os.path.join( HC.BASE_DIR, 'hydrus_server.py' )
-+ server_script_path = '/opt/hydrus/hydrus_server.py'
-
- cmd = [ python_executable, server_script_path, db_param ]
-
diff --git a/hydrus/core/HydrusConstants.py b/hydrus/core/HydrusConstants.py
index d59bf1aa..8cbf8fee 100644
--- a/hydrus/core/HydrusConstants.py