Revert "use product-neutral name for LV2 install dir"
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 22 Jan 2015 16:38:28 +0000 (11:38 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 22 Jan 2015 16:38:28 +0000 (11:38 -0500)
This reverts commit 44ca3c948c00a5403400d8cd46e5258ab13ff5be.

wscript

diff --git a/wscript b/wscript
index 11725623f883d4f0305246df1d2a763323ae3ddc..89505484572faf032e7df97ad32ff3088f17f34a 100644 (file)
--- 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'], 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'])