summaryrefslogtreecommitdiff
path: root/libs/ptformat/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ptformat/wscript')
-rw-r--r--libs/ptformat/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ptformat/wscript b/libs/ptformat/wscript
index 3b191d3c75..9e1e11fbf0 100644
--- a/libs/ptformat/wscript
+++ b/libs/ptformat/wscript
@@ -37,7 +37,7 @@ def build(bld):
obj.use = 'libardour'
autowaf.ensure_visible_symbols (obj, True)
obj.vnum = LIBPTFORMAT_LIB_VERSION
- obj.install_path = os.path.join(bld.env['LIBDIR'], 'ptformat')
+ obj.install_path = bld.env['LIBDIR']
def shutdown():
autowaf.shutdown()