13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-GTG___init___py,v 1.3 2009/12/27 21:52:37 jasper Exp $
|
|
--- GTG/__init__.py.orig Sun Dec 27 22:45:14 2009
|
|
+++ GTG/__init__.py Sun Dec 27 22:46:09 2009
|
|
@@ -39,7 +39,7 @@ except ImportError:
|
|
|
|
LOCAL_ROOTDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
|
DIST_ROOTDIR_LOCAL = "/usr/local/share/gtg"
|
|
-DIST_ROOTDIR = "/usr/share/gtg"
|
|
+DIST_ROOTDIR = "${PREFIX}/share/gtg"
|
|
|
|
#Translation setup (from pyroom)
|
|
GETTEXT_DOMAIN = 'gtg'
|