[oe-commits] Andreas Oberritter : opie-pics: fix sh equality operator

git version control git at git.openembedded.org
Sun Nov 14 23:43:38 UTC 2010


Module: openembedded.git
Branch: master
Commit: 219cf9732406b199975e23bb5c1d597158605db9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=219cf9732406b199975e23bb5c1d597158605db9

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Oct 26 15:43:18 2010 +0000

opie-pics: fix sh equality operator

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 recipes/opie-pics/opie-pics.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/opie-pics/opie-pics.inc b/recipes/opie-pics/opie-pics.inc
index 68dbcb9..69761d2 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
 }





More information about the Openembedded-commits mailing list