aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-pics
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-26 15:43:18 +0000
committerMichael Smith <msmith@cbnco.com>2010-11-14 18:36:54 -0500
commit219cf9732406b199975e23bb5c1d597158605db9 (patch)
tree3e3246ffe802837388405053cd091432abe9c3af /recipes/opie-pics
parentf45ac3bd6fe2e53e64ccfbb55814b70d27929e00 (diff)
downloadopenembedded-219cf9732406b199975e23bb5c1d597158605db9.tar.gz
opie-pics: fix sh equality operator
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/opie-pics')
-rw-r--r--recipes/opie-pics/opie-pics.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opie-pics/opie-pics.inc b/recipes/opie-pics/opie-pics.inc
index 68dbcb930b..69761d2074 100644
--- 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
}