diff options
Diffstat (limited to 'media-video/griffith/files/fix_lib_path.patch')
-rw-r--r-- | media-video/griffith/files/fix_lib_path.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/griffith/files/fix_lib_path.patch b/media-video/griffith/files/fix_lib_path.patch deleted file mode 100644 index 952448f..0000000 --- a/media-video/griffith/files/fix_lib_path.patch +++ /dev/null @@ -1,13 +0,0 @@ -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']): |