aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcore.lv2/lv2config2
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
ref='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169