From 274c9213fff96bac087649555c6cc1c932695128 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Oct 2010 03:49:58 +0000 Subject: Fix name. --- core.lv2/lv2config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core.lv2/lv2config') diff --git a/core.lv2/lv2config b/core.lv2/lv2config index 4309b2c..6b22fd6 100755 --- a/core.lv2/lv2config +++ b/core.lv2/lv2config @@ -114,7 +114,7 @@ def build_tree(search_path, outdir): the extension URIs.""" print "Building LV2 include tree at", outdir, "for", search_path if os.access(outdir, os.F_OK) and not os.access(outdir, os.W_OK): - print >> sys.stderr, "lv2include.py: cannot build `%s': Permission denied" % outdir + print >> sys.stderr, "lv2config: cannot build `%s': Permission denied" % outdir sys.exit(1) for bundle in __bundles(search_path): # Load manifest into model -- cgit v1.2.1