From 742e3647bfb4ccfbdd9bae38249e5cea2bea67cc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 10 Mar 2013 21:00:45 +0000 Subject: install path for clearlooks engine is wrong (only affects source builds, bundles are unaffected git-svn-id: svn://localhost/ardour2/branches/3.0@14210 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/clearlooks-newer/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/clearlooks-newer/wscript') diff --git a/libs/clearlooks-newer/wscript b/libs/clearlooks-newer/wscript index 8135170184..68abc4de01 100644 --- a/libs/clearlooks-newer/wscript +++ b/libs/clearlooks-newer/wscript @@ -35,7 +35,7 @@ def build(bld): obj.target = 'clearlooks' obj.uselib = 'GTK' obj.includes = '.' - obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3') + obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'engines') if sys.platform == 'darwin': # Bit of a hack: make a symlink to the .dylib that meets GTK's criteria for finding it (namely that the library must be a *.so -- cgit v1.2.3