aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unzip
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-13 16:41:25 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-13 16:43:54 -0800
commitcc1f62cbe5a702c7b268bb8f886fec3e271e3c42 (patch)
tree9bda25fe5d3ceea19b44501e46048a745e4a7169 /recipes/unzip
parent740def30e4b6763e405ff04ac9d101661429a857 (diff)
downloadopenembedded-cc1f62cbe5a702c7b268bb8f886fec3e271e3c42.tar.gz
unzip_552.bb: Add missing closing brace in do_install
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/unzip')
-rw-r--r--recipes/unzip/unzip_552.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index c3b7500925..97d6a9043d 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}