lv2-turtle-helper: do not run do_ttl_sed on subsequenct configures

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-10-07 06:56:29 +02:00
parent 6be5fa1a11
commit 82848fe66f

View File

@@ -38,7 +38,10 @@ do_ttl_sed() {
}
do_configure_prepend() {
do_ttl_sed
# 1st configure?
if [ ! -f ${LV2_PLUGIN_INFO_FILE} ]; then
do_ttl_sed
fi
}
do_compile_prepend() {