From b75a38089be96109cec2943dbd10902df048bc8b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 6 Aug 2015 01:02:13 +0200 Subject: fix ptf library deplyoment --- libs/ptformat/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ptformat') 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() -- cgit v1.2.3