summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 4337af062da8..b50ad5df24aa 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,5 +1,5 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index f3a0274..26d5db8 100755
+index cfc1040..97a2257 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
@@ -162,7 +162,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
@@ -11,17 +11,17 @@ index f3a0274..26d5db8 100755
aboutinfo.SetLicense( license )
-@@ -318,7 +318,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
- server_executable = server_executable.replace( 'pythonw', 'python' )
+@@ -321,7 +321,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
+ python_executable = python_executable.replace( 'pythonw', 'python' )
-- subprocess.Popen( [ server_executable, os.path.join( HC.BASE_DIR, 'server.py' ) ] )
-+ subprocess.Popen( [ server_executable, '/opt/hydrus/server.py' ] )
+- subprocess.Popen( [ python_executable, os.path.join( HC.BASE_DIR, 'server.py' ) ] )
++ subprocess.Popen( [ python_executable, '/opt/hydrus/server.py' ] )
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index b65367e..76bbdda 100755
+index 30b79df..60cac80 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,33 +3,21 @@ import sys