diff options
author | David Robillard <d@drobilla.net> | 2010-10-28 03:49:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-28 03:49:58 +0000 |
commit | 274c9213fff96bac087649555c6cc1c932695128 (patch) | |
tree | f2b848868d95084ab64eb9efbf45697864cfe3d1 /core.lv2 | |
parent | ed3184547133cd48c4e6d1e8a3a8ff84cbdab5d5 (diff) | |
download | lv2-274c9213fff96bac087649555c6cc1c932695128.tar.xz |
Fix name.
Diffstat (limited to 'core.lv2')
-rwxr-xr-x | core.lv2/lv2config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |