Changes

Jump to: navigation, search

Debian

484 bytes added, 08:58, 10 April 2013
m
Build
There is a problem with ''usr/share/pyshared/gramps/gen/utils/resource-path'' file, need to use an environment variable: '''GRAMPS_RESOURCES'''.
$ GRAMPS_RESOURCES=/usr/share gramps
 
or you need to customize ''[http://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40/setup.py setup.py]'' before building your package!
eg,
resource_file = os.path.join(os.path.dirname(__file__), 'gramps', 'gen',
'utils', 'resource-path')
with io.open(resource_file, 'w', encoding='utf-8',
errors='strict') as fp:
- path = os.path.abspath(os.path.join(self.install_data, 'share'))
+ path = os.path.join('/usr', 'share'))
*'''WARNING'''

Navigation menu