From 058986f77b25685fe871bf5459da3f9c4ea03b5a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Apr 2014 21:11:08 -0400 Subject: finish unfinished work at basing all install paths on the program name --- libs/surfaces/frontier/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/surfaces/frontier') diff --git a/libs/surfaces/frontier/wscript b/libs/surfaces/frontier/wscript index 4fcbe6fde3..614c6f2841 100644 --- a/libs/surfaces/frontier/wscript +++ b/libs/surfaces/frontier/wscript @@ -41,7 +41,7 @@ def build(bld): obj.target = 'generic_midi' obj.use = 'libardour libardourcp' obj.vnum = LIBSURFACES_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() -- cgit v1.2.3