Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith/files: 0.10-fix_lib_path.patch
Date: Thu, 02 Jul 2009 20:14:17
Message-Id: E1MMSfe-0007pp-Bz@stork.gentoo.org
1 hwoarang 09/07/02 20:14:14
2
3 Added: 0.10-fix_lib_path.patch
4 Log:
5 Bump to 0.10_beta3
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-video/griffith/files/0.10-fix_lib_path.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/files/0.10-fix_lib_path.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/files/0.10-fix_lib_path.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.10-fix_lib_path.patch
15 ===================================================================
16 Index: lib/initialize.py
17 ===================================================================
18 --- lib.orig/initialize.py
19 +++ lib/initialize.py
20 @@ -73,7 +73,7 @@ def locations(self, home_dir):
21 os.environ['LANG'] = lang
22
23 elif os.name == 'posix':
24 - locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..'))
25 + locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith/'))
26 locations['glade'] = os.path.join(locations['share'], 'glade')
27 locations['i18n'] = os.path.abspath(os.path.join(locations['share'], '..', 'locale'))
28 if not os.path.isdir(locations['i18n']):