public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/griffith/files: 0.10-fix_lib_path.patch
@ 2009-07-02 20:14 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-07-02 20:14 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/07/02 20:14:14

  Added:                0.10-fix_lib_path.patch
  Log:
  Bump to 0.10_beta3
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/griffith/files/0.10-fix_lib_path.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/files/0.10-fix_lib_path.patch?rev=1.1&view=markup
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

Index: 0.10-fix_lib_path.patch
===================================================================
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']):






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-02 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 20:14 [gentoo-commits] gentoo-x86 commit in media-video/griffith/files: 0.10-fix_lib_path.patch Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox