From 6cf73e24906f1991fd57f0340dc24abb069ae504 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:36:50 +0000 Subject: Rename 'people' to 'meta' in anticipation of putting other stuff there. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 40535b4..1f05b4d 100644 --- a/wscript +++ b/wscript @@ -36,7 +36,7 @@ def options(opt): def get_subdirs(with_plugins=True): subdirs = ['lv2/lv2plug.in/ns/lv2core/', - 'lv2/lv2plug.in/ns/people/'] + 'lv2/lv2plug.in/ns/meta/'] subdirs += glob.glob('lv2/lv2plug.in/ns/ext/*/') subdirs += glob.glob('lv2/lv2plug.in/ns/extensions/*/') if with_plugins: -- cgit v1.2.1