@@ -0,0 +1,12 @@
+--- ./setup.py.ini-location 2007-11-22 23:53:24.000000000 +0100
++++ ./setup.py 2007-12-01 23:56:13.000000000 +0100
+@@ -32,8 +32,8 @@
+
+ def siteconfig(self):
+ path = self.prefix or self.home
++ conf_dir = os.path.join('/', 'etc', 'trac')
+ path = os.path.expanduser(path)
+- conf_dir = os.path.join(path, 'share', 'trac', 'conf')
+ templates_dir = os.path.join(path, 'share', 'trac', 'templates')
+ htdocs_dir = os.path.join(path, 'share', 'trac', 'htdocs')
+ wiki_dir = os.path.join(path, 'share', 'trac', 'wiki-default')
|