From 8217bd07f292735f9ecb0638e6fe533df40fcf98 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Mar 2015 02:36:33 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=98=20export=E2=80=99=20installdir?= =?UTF-8?q?=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk2_ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 1bb632b027..e20d93fa70 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -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'):