13
0

fix ‘ export’ installdir typo

This commit is contained in:
Robin Gareus 2015-03-12 02:36:33 +01:00
parent ae5c614bf8
commit 8217bd07f2

View File

@ -678,7 +678,7 @@ def build(bld):
bld.install_files(bld.env['CONFDIR'], 'dark.colors')
# Default export stuff
bld.install_files(os.path.join(bld.env['CONFDIR'],' export'), bld.path.ant_glob('export/*.format'))
bld.install_files(os.path.join(bld.env['CONFDIR'], 'export'), bld.path.ant_glob('export/*.format'))
# i18n
if bld.is_defined('ENABLE_NLS'):