summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2016-04-23 22:07:44 +0100
committerScore_Under2016-04-23 22:07:44 +0100
commit060cea414352a1c89474a0c21fc3b4deebda47ae (patch)
treeae64aa66d2e00ed3f651f33105c5ea2a7a525b59 /paths-in-opt.patch
parentda12708bcc2e04dd5c286a708872a8b167d1f874 (diff)
downloadaur-060cea414352a1c89474a0c21fc3b4deebda47ae.tar.gz
Update for v202
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 3c2a627ef50d..405b7a0bda32 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,8 +1,8 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index a446b8a..869ce54 100755
+index 68531a7..c4b8625 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -154,7 +154,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -156,7 +156,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
aboutinfo.SetVersion( str( HC.SOFTWARE_VERSION ) + ', using network version ' + str( HC.NETWORK_VERSION ) )
aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
@@ -11,7 +11,7 @@ index a446b8a..869ce54 100755
aboutinfo.SetLicense( license )
-@@ -285,7 +285,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -287,7 +287,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
server_executable = server_executable.replace( 'pythonw', 'python' )
@@ -21,7 +21,7 @@ index a446b8a..869ce54 100755
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index fd6131e..1c3a677 100755
+index 4475018..6cfd0d0 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,24 +3,9 @@ import sys
@@ -51,8 +51,8 @@ index fd6131e..1c3a677 100755
+BIN_DIR = "/opt/hydrus/bin"
DB_DIR = os.path.join( BASE_DIR, 'db' )
CLIENT_ARCHIVES_DIR = os.path.join( DB_DIR, 'client_archives' )
- CLIENT_CACHE_DIR = os.path.join( DB_DIR, 'client_cache' )
-@@ -30,12 +15,16 @@ CLIENT_THUMBNAILS_DIR = os.path.join( DB_DIR, 'client_thumbnails' )
+ CLIENT_FILES_DIR = os.path.join( DB_DIR, 'client_files' )
+@@ -29,12 +14,16 @@ CLIENT_THUMBNAILS_DIR = os.path.join( DB_DIR, 'client_thumbnails' )
SERVER_THUMBNAILS_DIR = os.path.join( DB_DIR, 'server_thumbnails' )
CLIENT_UPDATES_DIR = os.path.join( DB_DIR, 'client_updates' )
SERVER_UPDATES_DIR = os.path.join( DB_DIR, 'server_updates' )