From ad532d11aa0c900c2a15215e808fc812eeda80f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 15 Feb 2019 11:36:40 +0100 Subject: [PATCH] gxplugins.lv2: Fix typo in do_install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/guitarix/gxplugins.lv2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-musicians/guitarix/gxplugins.lv2_git.bb b/recipes-musicians/guitarix/gxplugins.lv2_git.bb index 3a6e73d4..0f8caea2 100644 --- a/recipes-musicians/guitarix/gxplugins.lv2_git.bb +++ b/recipes-musicians/guitarix/gxplugins.lv2_git.bb @@ -24,7 +24,7 @@ do_compile() { } do_install() { - oe_runmake DESTDIR=${D} PREFIX=${prefix}INSTALL_DIR=${libdir}/lv2 install + oe_runmake DESTDIR=${D} PREFIX=${prefix} INSTALL_DIR=${libdir}/lv2 install }