2007-01-09 Alex Roitman <shura@gramps-project.org>

* src/const.py.in: use proper macros.
	* src/gramps.py: Correctly define dirs.



svn: r7889
This commit is contained in:
Alex Roitman
2007-01-10 02:14:25 +00:00
parent 31683b307f
commit 5000d97921
3 changed files with 8 additions and 4 deletions

View File

@ -162,9 +162,8 @@ def run():
program.set_property('app-libdir',
'%s/lib' % const.prefixdir)
program.set_property('app-datadir',
'%s/share/gramps' % const.prefixdir)
program.set_property('app-sysconfdir',
'%s/etc' % const.prefixdir)
'%s/share' % const.prefixdir)
program.set_property('app-sysconfdir',const.sysconfdir)
program.set_property('app-prefix', const.prefixdir)
except:
pass