From 2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 15:36:48 +0200 Subject: Fix lv2_validate paths --- util/lv2_validate.in | 8 ++++---- 1 file 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" \ -- cgit v1.2.1