summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2017-03-02 05:15:46 +0000
committerScore_Under2017-03-02 05:15:46 +0000
commit5f1ccc5565b66cf5d9db6abe20cdafdf159f009b (patch)
treedbb5790ed3ae2798865affffb726f2d2107ff43b /paths-in-opt.patch
parent51980e6de526a487426f34305defad7e857a502f (diff)
downloadaur-5f1ccc5565b66cf5d9db6abe20cdafdf159f009b.tar.gz
Update for v245a
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index c2237773cf08..8002087d61e1 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,18 +1,18 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index db5a7e7..b12df2c 100755
+index d5efb6c..340830d 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -383,7 +383,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
+@@ -394,7 +394,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
python_executable = python_executable.replace( 'pythonw', 'python' )
-- subprocess.Popen( [ python_executable, os.path.join( HC.BASE_DIR, 'server.py' ) ] )
-+ subprocess.Popen( [ python_executable, '/opt/hydrus/server.py' ] )
+- subprocess.Popen( [ python_executable, os.path.join( HC.BASE_DIR, 'server.py' ), db_dir ] )
++ subprocess.Popen( [ python_executable, '/opt/hydrus/server.py', db_dir ] )
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index 2cbc4b0..13038df 100755
+index 7565ea3..74fe741 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,30 +3,15 @@ import sys