diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 19:00:38 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 19:00:38 +0100 |
commit | 586e5c39ae22e70c6203700f2d66985398d15199 (patch) | |
tree | 303c435d8652d67333519155ab770b9c7ea5b3bc | |
parent | 60214e68ce8dfd9c8cb0d6fdcd61909596e33bb9 (diff) |
Fix lv2 path for lv2 test in testdist script.
-rwxr-xr-x | testdist.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testdist.sh b/testdist.sh index 7e55f78..288b072 100755 --- a/testdist.sh +++ b/testdist.sh @@ -23,8 +23,9 @@ make dist && ( cd drumgizmo-$VER ./configure --enable-lv2 --enable-cli --enable-vst \ --with-vst-sources="$VST_BASE" --prefix=/usr \ - --with-test + --with-test --with-lv2dir=$PWD/tst/install/lv2 make DESTDIR=$PWD/tst/install make install + (cd plugin; make install) make check ) |