install theme files during waf install
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 29 May 2016 15:57:43 +0000 (11:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:45 +0000 (15:30 -0400)
gtk2_ardour/wscript

index f1f0da04e7884f47ea9c452af50c34fd03d1c5db..139dce6442858b041397239b78234585e67971d7 100644 (file)
@@ -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'))