From a7bbfcdfc1c13f1d9b11d4584039567c0239bca1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 02:39:03 +0000 Subject: Complete conventional renaming of core.lv2 and lv2core.ttl. --- lv2/ns/lv2core/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/ns/lv2core/wscript') diff --git a/lv2/ns/lv2core/wscript b/lv2/ns/lv2core/wscript index d57985f..daa2c48 100644 --- a/lv2/ns/lv2core/wscript +++ b/lv2/ns/lv2core/wscript @@ -81,7 +81,7 @@ def build(bld): target = 'lv2core') # Bundle (data) - bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.ttl manifest.ttl') + bld.install_files('${LV2DIR}/lv2core.lv2', bld.path.ant_glob('*.ttl')) if not Options.options.bundle_only: # Header -- cgit v1.2.1