Install extension config files to xdg, like search

This commit is contained in:
Alexander Butenko 2010-02-19 19:24:45 +01:00 committed by Christian Dywan
parent 142dc432ca
commit 34761080e7

View file

@ -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']: