aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 15:36:48 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 15:36:48 +0200
commit2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0 (patch)
tree5f5d756af89d6a1b4c8c00157a841111fc2c3ba2
parentd4142e807d56e0982f19c2f0f1013889604a1b0e (diff)
downloadlv2-2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0.tar.xz
Fix lv2_validate paths
-rwxr-xr-xutil/lv2_validate.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/lv2_validate.in b/util/lv2_validate.in
index 165b1bf..2f9853d 100755
--- a/util/lv2_validate.in
+++ b/util/lv2_validate.in
@@ -72,10 +72,10 @@ sord_validate \
"$LV2DIR/log.lv2/log.ttl" \
"$LV2DIR/log.lv2/manifest.ttl" \
"$LV2DIR/log.lv2/lv2-log.doap.ttl" \
- "$LV2DIR/lv2core.lv2/manifest.ttl" \
- "$LV2DIR/lv2core.lv2/lv2core.ttl" \
- "$LV2DIR/lv2core.lv2/lv2core.doap.ttl" \
- "$LV2DIR/lv2core.lv2/meta.ttl" \
+ "$LV2DIR/core.lv2/manifest.ttl" \
+ "$LV2DIR/core.lv2/lv2core.ttl" \
+ "$LV2DIR/core.lv2/lv2core.doap.ttl" \
+ "$LV2DIR/core.lv2/meta.ttl" \
"$LV2DIR/eg-metro.lv2/manifest.ttl" \
"$LV2DIR/eg-metro.lv2/metro.ttl" \
"$LV2DIR/presets.lv2/manifest.ttl" \