opie-pics: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:18 +0000 (15:43 +0000)
committerMichael 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

index 68dbcb9..69761d2 100644 (file)
@@ -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
 }