gpe-icons: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:42:54 +0000 (15:42 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:52 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/gpe-icons/gpe-icons.inc

index f1ce472..706e6fb 100644 (file)
@@ -30,7 +30,7 @@ pkg_postinst_shr() {
         pixmap_dirs_root="${datadir}/gpe/"
         cd ${pixmap_dirs_root}
         for pixmap_dir in pixmaps.*; do
-                if [ "${pixmap_dir}"x == "pixmaps.${PN}"x ] ; then
+                if [ "${pixmap_dir}"x = "pixmaps.${PN}"x ] ; then
                           continue;
                 fi
                 for pixmap in `find ${pixmap_dir}`; do