use product-neutral name for LV2 install dir

This commit is contained in:
Paul Davis 2015-01-21 21:20:07 -05:00
parent 01d99870ff
commit 44ca3c948c

View file

@ -747,7 +747,7 @@ def configure(conf):
if Options.options.lv2dir: if Options.options.lv2dir:
conf.env['LV2DIR'] = Options.options.lv2dir conf.env['LV2DIR'] = Options.options.lv2dir
else: 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']) conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])