finish unfinished work at basing all install paths on the program name
[ardour.git] / libs / surfaces / wiimote / wscript
index 8513a5be513305e6f989fa57d94d13b150595d0c..b3ea4404a8f934b539e1c1f850b45abda99daea5 100644 (file)
@@ -33,7 +33,7 @@ def build(bld):
     obj.uselib       = 'GTKMM CWIID'
     obj.use          = 'libardour libardour_cp libgtkmm2ext'
     obj.vnum         = LIBARDOUR_WIIMOTE_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()