summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/tranzport/wscript')
-rw-r--r--libs/surfaces/tranzport/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/wscript b/libs/surfaces/tranzport/wscript
index 83c39f1d11..6cbafb5173 100644
--- a/libs/surfaces/tranzport/wscript
+++ b/libs/surfaces/tranzport/wscript
@@ -46,7 +46,7 @@ def build(bld):
obj.target = 'ardour_tranzport'
obj.use = 'libardour libardour_cp'
obj.vnum = LIBARDOUR_TRANZPORT_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()