From: IOhannes m zmölnig (Debian/GNU) Date: Thu, 4 Aug 2022 15:13:05 +0000 (+0200) Subject: Fix path to juce_lv2_helper X-Git-Tag: archive/raspbian/7.0.1_ds0-1+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e7f9152cba12cc985ca3b07ce8c68c31324f2a4;p=juce.git Fix path to juce_lv2_helper Closes: #1014575 --- diff --git a/debian/rules b/debian/rules index 6c9793b5..62f99ac2 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,10 @@ override_dh_auto_build-indep: cp docs/JUCE*.md docs/CMake*.md docs/doxygen/build/ make -C docs/doxygen +execute_after_dh_install-arch: + -find $(CURDIR)/debian/juce-modules-source/ \ + -type f -name "LV2_HELPER*.cmake" -exec \ + sed -e 's|"[^"]*/juce_lv2_helper"|"/usr/lib/@DEB_HOST_MULTIARCH@/juce/juce_lv2_helper"|' -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" -i {} + override_dh_install-indep: dh_install --indep -X.tag