fix ‘ export’ installdir typo
authorRobin Gareus <robin@gareus.org>
Thu, 12 Mar 2015 01:36:33 +0000 (02:36 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 12 Mar 2015 01:37:10 +0000 (02:37 +0100)
gtk2_ardour/wscript

index 1bb632b027b62b50a2c18bbbf9f5ed91e8397373..e20d93fa70daf0c5b41c216f81c67164322085be 100644 (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'):