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:
f45ac3b
)
opie-pics: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:18 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:54 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/opie-pics/opie-pics.inc
patch
|
blob
|
history
diff --git
a/recipes/opie-pics/opie-pics.inc
b/recipes/opie-pics/opie-pics.inc
index
68dbcb9
..
69761d2
100644
(file)
--- a/
recipes/opie-pics/opie-pics.inc
+++ b/
recipes/opie-pics/opie-pics.inc
@@
-20,7
+20,7
@@
do_install() {
install -m 0664 pics/todo/*.png ${D}${palmtopdir}/pics/todo/
install -m 0664 pics/opie/*.png ${D}${palmtopdir}/pics/opie/
- if [ "${SHIP_INLINE_PICS}" =
=
"yes" ]; then
+ if [ "${SHIP_INLINE_PICS}" = "yes" ]; then
install -m 0664 ${INLINE_PICS}/*.png ${D}${palmtopdir}/pics/
fi
}