60f25978d2
from Mikolaj Kucharski, thanks
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
$OpenBSD: patch-GTG___init___py,v 1.2 2009/04/05 16:43:45 jasper Exp $
|
|
--- GTG/__init__.py.orig Fri Apr 3 22:00:16 2009
|
|
+++ GTG/__init__.py Sat Apr 4 03:38:30 2009
|
|
@@ -32,7 +32,7 @@ URL = "http://gtg.fritalk.com"
|
|
EMAIL = "gtg@lists.launchpad.net"
|
|
VERSION = '0.1.1'
|
|
LOCAL_ROOTDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
|
-DIST_ROOTDIR = "/usr/share/gtg"
|
|
+DIST_ROOTDIR = "${PREFIX}/share/gtg"
|
|
|
|
# CREDITS
|
|
AUTHORS = ["Main developers:", \
|