Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
trac
> trac-ini-location.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File trac-ini-location.patch of Package trac
--- ./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')