summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2016-12-16 02:33:09 +0000
committerScore_Under2016-12-16 02:33:09 +0000
commitf14d4ca8f21dd6cd7d7ed7fd5f9c4939fa0c1ea3 (patch)
treea594c20842271d290544444486fc3a85e228d922 /paths-in-opt.patch
parent7129ed7c229e2932dfaa05a84b61f8567eb5ccb8 (diff)
downloadaur-f14d4ca8f21dd6cd7d7ed7fd5f9c4939fa0c1ea3.tar.gz
Update for v236
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 01251b99cb67..facd38a72da9 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,17 +1,17 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index fe4f8a8..51d26d7 100755
+index 3db6a1a..4a310f2 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -175,7 +175,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
- aboutinfo.SetVersion( str( HC.SOFTWARE_VERSION ) + ', using network version ' + str( HC.NETWORK_VERSION ) )
- aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
+@@ -219,7 +219,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
+
+ aboutinfo.SetDescription( description )
- with open( os.path.join( HC.BASE_DIR, 'license.txt' ), 'rb' ) as f: license = f.read()
+ with open( '/usr/share/licenses/hydrus/license.txt', 'rb' ) as f: license = f.read()
aboutinfo.SetLicense( license )
-@@ -334,7 +334,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
+@@ -378,7 +378,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
python_executable = python_executable.replace( 'pythonw', 'python' )
@@ -21,7 +21,7 @@ index fe4f8a8..51d26d7 100755
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index fb7e55f..609eb39 100755
+index 3f5f659..8807427 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,27 +3,12 @@ import sys