Install extension config files to xdg, like search
This commit is contained in:
parent
142dc432ca
commit
34761080e7
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -515,7 +515,7 @@ def build (bld):
|
|||
folder = 'lib' + extension + '.so'
|
||||
source = 'data/extensions/' + extension + '/config'
|
||||
if os.path.exists (source):
|
||||
bld.install_files ('${SYSCONFDIR}/' + APPNAME + \
|
||||
bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + \
|
||||
'/extensions/' + folder, source)
|
||||
|
||||
if Options.commands['check']:
|
||||
|
|
Loading…
Reference in a new issue