1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Installs in proper directory .txt file.
Author: Josue Ortega <josue@debian.org>
Last-Update: 2018-07-24
--- a/glue/core/state.py
+++ b/glue/core/state.py
@@ -100,7 +100,7 @@
# We need to make sure that we don't break backward-compatibility when we move
# classes/functions around in Glue, so we have a file that maps the old paths to
# the new location, and we read this in to PATH_PATCHES.
-PATCH_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__),
+PATCH_FILE = os.path.abspath(os.path.join('/usr/share/glue',
'state_path_patches.txt'))
# For Mac app, need to get file from source directory
|