File: 00-installs-state-path-patches.patch

package info (click to toggle)
glueviz 0.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,280 kB
  • sloc: python: 41,995; makefile: 138; sh: 63
file content (15 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
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