You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/griffith/files/0.10-fix_lib_path.patch

14 lines
667 B

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']):