fix ‘ export’ installdir typo
This commit is contained in:
parent
ae5c614bf8
commit
8217bd07f2
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user