unzip_552.bb: Add missing closing brace in do_install
authorKhem Raj <raj.khem@gmail.com>
Sun, 14 Nov 2010 00:41:25 +0000 (16:41 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 14 Nov 2010 00:43:54 +0000 (16:43 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/unzip/unzip_552.bb

index c3b7500..97d6a90 100644 (file)
@@ -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}