Browse Source

Fix lv2 validation

tags/v1.0
falkTX 4 years ago
parent
commit
c74748fdf3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-plugins.sh

+ 1
- 1
build-plugins.sh View File

@@ -40,7 +40,7 @@ function validate_lv2_bundle() {
mkdir /tmp/pawpaw-plugin-check
cp -r "${LV2DIR}/${lv2bundle}" /tmp/pawpaw-plugin-check/

env LANG=C LV2_PATH="${LV2DIR}" \
env LANG=C LV2_PATH="${LV2DIR}" PATH="${PAWPAW_PREFIX}/bin:${PATH}" \
"${PAWPAW_PREFIX}/bin/lv2_validate" \
"${LV2DIR}/kx-*/*.ttl" \
"/tmp/pawpaw-plugin-check/${lv2bundle}/*.ttl" 1>&2


Loading…
Cancel
Save