From 0acc652a6043702ee9d17d7afe709e822ee5f165 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Oct 2010 21:51:04 +0000 Subject: Fix Mac OS X bundle path. --- core.lv2/lv2config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lv2/lv2config b/core.lv2/lv2config index d0a3d3b..5f43716 100755 --- a/core.lv2/lv2config +++ b/core.lv2/lv2config @@ -159,7 +159,7 @@ if __name__ == "__main__": if len(args) == 0: build_tree('/usr/local/lib/lv2', '/usr/local/include/lv2') build_tree('/usr/lib/lv2', '/usr/include/lv2') - build_tree('/Library/Plug-Ins/Audio/LV2', '/Developer/Headers/lv2') + build_tree('/Library/Audio/Plug-Ins/LV2', '/Developer/Headers/lv2') elif '--help' in args or '-h' in args: __usage() -- cgit v1.2.1