git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740def3
)
unzip_552.bb: Add missing closing brace in do_install
author
Khem Raj
<raj.khem@gmail.com>
Sun, 14 Nov 2010 00:41:25 +0000
(16:41 -0800)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/unzip/unzip_552.bb
b/recipes/unzip/unzip_552.bb
index
c3b7500
..
97d6a90
100644
(file)
--- 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}