From d1810d6043d2c630e92c8ff82016330e9237a1b5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 May 2014 10:52:57 +0200 Subject: azy: fix build for B!=S Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/azy_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb index 97c509be8d..cb180fb633 100644 --- a/meta-efl/recipes-efl/efl/azy_svn.bb +++ b/meta-efl/recipes-efl/efl/azy_svn.bb @@ -22,7 +22,7 @@ do_configure_prepend_class-target() { do_install_append_class-native() { install -d ${D}/${bindir} - install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon + install -m 0755 ${B}/src/bin/lemon ${D}/${bindir}/azy_lemon } inherit efl -- cgit 1.2.3-korg