summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/azy_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb
index 97c509be8..cb180fb63 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() {
22 22
23do_install_append_class-native() { 23do_install_append_class-native() {
24 install -d ${D}/${bindir} 24 install -d ${D}/${bindir}
25 install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon 25 install -m 0755 ${B}/src/bin/lemon ${D}/${bindir}/azy_lemon
26} 26}
27 27
28inherit efl 28inherit efl