From 219cf9732406b199975e23bb5c1d597158605db9 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 26 Oct 2010 15:43:18 +0000 Subject: [PATCH] opie-pics: fix sh equality operator Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- recipes/opie-pics/opie-pics.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5