OTHER: add system skin path to manpage
This commit is contained in:
parent
f7d2848f18
commit
43516c9431
3 changed files with 16 additions and 3 deletions
3
wscript
3
wscript
|
|
@ -63,7 +63,8 @@ def configure(conf):
|
|||
|
||||
conf.define('PROMOE_DATADIR', os.path.join(conf.env['DATADIR'], 'promoe'))
|
||||
conf.define('PROMOE_SKINDIR',
|
||||
os.path.join(conf.env['PROMOE_DATADIR'], 'Skins'))
|
||||
os.path.join(conf.env['PROMOE_DATADIR'], 'skins'))
|
||||
|
||||
|
||||
conf.sub_config('lib')
|
||||
conf.sub_config('data')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue