summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2016-06-02 01:24:08 +0100
committerScore_Under2016-06-02 01:24:08 +0100
commit676643f88ce2cd63fbdf0835c7a80634f3016797 (patch)
treeca7f55a5d95643f6b34ce0566f06af01958f413f /paths-in-opt.patch
parent9ad5cbabb0f53c5b9d97b98ffee43bf129b158cc (diff)
downloadaur-676643f88ce2cd63fbdf0835c7a80634f3016797.tar.gz
Update for v208
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 38bd41d04e91..ce3b4f60d509 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 99d0f78..a201ea1 100755
+index 1ca58f2..3394ced 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
@@ -156,7 +156,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
@@ -21,10 +21,10 @@ index 99d0f78..a201ea1 100755
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index a0a77fb..2a74aa2 100755
+index 8627244..50dda3e 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
-@@ -3,24 +3,9 @@ import sys
+@@ -3,36 +3,25 @@ import sys
# dirs
@@ -50,9 +50,8 @@ index a0a77fb..2a74aa2 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_FILES_DIR = os.path.join( DB_DIR, 'client_files' )
-@@ -29,12 +14,16 @@ CLIENT_THUMBNAILS_DIR = os.path.join( DB_DIR, 'client_thumbnails' )
+ SERVER_FILES_DIR = os.path.join( DB_DIR, 'server_files' )
+ 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' )