From 2d485f615410ba33c74b76f06adee6916f6ee32c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 29 May 2016 11:57:43 -0400 Subject: [PATCH] install theme files during waf install --- gtk2_ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index f1f0da04e7..139dce6442 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -815,7 +815,7 @@ def build(bld): # Default UI configuration bld.install_files(bld.env['CONFDIR'], 'default_ui_config') # Color Themes - bld.install_files(bld.env['CONFDIR'], 'dark.colors') + bld.install_files(os.path.join(bld.env['CONFDIR'], 'themes'), bld.path.ant_glob('themes/*.colors')) # Default export stuff bld.install_files(os.path.join(bld.env['CONFDIR'], 'export'), bld.path.ant_glob('export/*.format')) -- 2.30.2