diff options
Diffstat (limited to 'media-video/griffith/files/0.10-fix_lib_path.patch')
-rw-r--r-- | media-video/griffith/files/0.10-fix_lib_path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/griffith/files/0.10-fix_lib_path.patch b/media-video/griffith/files/0.10-fix_lib_path.patch new file mode 100644 index 000000000000..952448f0f013 --- /dev/null +++ b/media-video/griffith/files/0.10-fix_lib_path.patch @@ -0,0 +1,13 @@ +Index: lib/initialize.py +=================================================================== +--- lib.orig/initialize.py ++++ lib/initialize.py +@@ -73,7 +73,7 @@ def locations(self, home_dir): + os.environ['LANG'] = lang + + elif os.name == 'posix': +- locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..')) ++ locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith/')) + locations['glade'] = os.path.join(locations['share'], 'glade') + locations['i18n'] = os.path.abspath(os.path.join(locations['share'], '..', 'locale')) + if not os.path.isdir(locations['i18n']): |