From 930fbfe0f1323ab390cffd6e8acc4287e44389fe Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 19 Oct 2007 14:36:06 +0000 Subject: libfakekey: reindented recipe git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2937 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libfakekey/libfakekey_svn.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index 5f4e5a57b0..26f282ca08 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb @@ -11,8 +11,7 @@ S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext do_stage () { - install -d ${STAGING_INCDIR}/fakekey - install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey - oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/fakekey + install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey + oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} } - -- cgit v1.2.3-54-g00ecf