summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 9c918b25f487..000000000000
--- a/media-video/griffith/files/0.10-fix_lib_path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lib/initialize.py
-===================================================================
---- a/lib/initialize.py
-+++ b/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']):