]> code.ossystems Code Review - openembedded-core.git/commitdiff
libfakekey: reindented recipe
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 14:36:06 +0000 (14:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 14:36:06 +0000 (14:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2937 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libfakekey/libfakekey_svn.bb

index 5f4e5a57b0c4595f009aa6c9881bd8f44306e420..26f282ca086cbb7448c457ec98f1bd40996ded9f 100644 (file)
@@ -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}
 }
-