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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user