finish unfinished work at basing all install paths on the program name
[ardour.git] / libs / surfaces / frontier / wscript
index 4fcbe6fde369b49f2bc4f0ae8f3dfd9629739949..614c6f28417b63fba44123ee60e13db6371ea2ff 100644 (file)
@@ -41,7 +41,7 @@ def build(bld):
     obj.target       = 'generic_midi'
     obj.use          = 'libardour libardourcp'
     obj.vnum         = LIBSURFACES_LIB_VERSION
-    obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces')
+    obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')
 
 def shutdown():
     autowaf.shutdown()