summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
commit058986f77b25685fe871bf5459da3f9c4ea03b5a (patch)
treede2dedd9c4c82072861a605604a37322d96fee23 /libs/surfaces/tranzport
parentff25ebe7d96d73f28ec439ba294dd87f877baaf4 (diff)
finish unfinished work at basing all install paths on the program name
Diffstat (limited to 'libs/surfaces/tranzport')
-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()