install path for clearlooks engine is wrong (only affects source builds, bundles...
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 10 Mar 2013 21:00:45 +0000 (21:00 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 10 Mar 2013 21:00:45 +0000 (21:00 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14210 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/clearlooks-newer/wscript

index 8135170184fa3ee9791ef67d04001a6d1bec9c15..68abc4de0178e4f57080aa071b53dff5a569c16c 100644 (file)
@@ -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