[oe-commits] Khem Raj : unzip_552.bb: Add missing closing brace in do_install

git version control git at git.openembedded.org
Sun Nov 14 00:50:59 UTC 2010


Module: openembedded.git
Branch: master
Commit: cc1f62cbe5a702c7b268bb8f886fec3e271e3c42
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc1f62cbe5a702c7b268bb8f886fec3e271e3c42

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Nov 13 16:41:25 2010 -0800

unzip_552.bb: Add missing closing brace in do_install

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/unzip/unzip_552.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index c3b7500..97d6a90 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -19,6 +19,7 @@ do_install() {
         oe_runmake -f unix/Makefile install prefix=${D}${prefix}
 	install -d ${D}${mandir}
 	mv ${D}${prefix}/man/* ${D}${mandir}
+}
 
 do_install_append_pn-unzip() {
 	mv ${D}${bindir}/unzip ${D}${bindir}/unzip.${PN}





More information about the Openembedded-commits mailing list