mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
fix ‘ export’ installdir typo
This commit is contained in:
parent
ae5c614bf8
commit
8217bd07f2
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ def build(bld):
|
||||||
bld.install_files(bld.env['CONFDIR'], 'dark.colors')
|
bld.install_files(bld.env['CONFDIR'], 'dark.colors')
|
||||||
|
|
||||||
# Default export stuff
|
# 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
|
# i18n
|
||||||
if bld.is_defined('ENABLE_NLS'):
|
if bld.is_defined('ENABLE_NLS'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue