From 44ca3c948c00a5403400d8cd46e5258ab13ff5be Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Jan 2015 21:20:07 -0500 Subject: use product-neutral name for LV2 install dir --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8950548457..11725623f8 100644 --- a/wscript +++ b/wscript @@ -747,7 +747,7 @@ def configure(conf): if Options.options.lv2dir: conf.env['LV2DIR'] = Options.options.lv2dir else: - conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], 'ardour' + str(conf.env['MAJOR']), 'lv2') + conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], lwrcase_dirname, 'lv2') conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR']) -- cgit v1.2.3