Revert "use product-neutral name for LV2 install dir"

This reverts commit 44ca3c948c.
This commit is contained in:
Paul Davis 2015-01-22 11:38:28 -05:00
parent 95660a06e2
commit 7ef0df7904

View File

@ -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'], lwrcase_dirname, 'lv2')
conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], 'ardour' + str(conf.env['MAJOR']), 'lv2')
conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])