From a8ba115efe5de9d203880d446eacd4b17501be79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 28 Jan 2019 23:21:30 +0100 Subject: [PATCH] zyn: fix typo in message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/zyn/zyn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-musicians/zyn/zyn.inc b/recipes-musicians/zyn/zyn.inc index fbb057e4..f32cbc15 100644 --- a/recipes-musicians/zyn/zyn.inc +++ b/recipes-musicians/zyn/zyn.inc @@ -52,7 +52,7 @@ do_compile_append() { # build ttl-files must be done in quemu for sofile in `cat ${WORKDIR}/lv2-ttl-generator-data`; do cd `dirname ${sofile}` - echo "QEMU v2-ttl-generator for ${sofile}..." + echo "QEMU lv2-ttl-generator for ${sofile}..." ${@qemu_run_binary_local(d, '${STAGING_DIR_TARGET}', '${B}/src/Plugin/lv2-ttl-generator')} ${sofile} || echo "ERROR: for QEMU lv2-ttl-generator for ${sofile}!" done }