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

index 9d71354..dd5c2c9 100644 (file)
@@ -39,7 +39,7 @@ do_install () {
         install -d ${D}${prefix} ${D}${datadir}/zoneinfo
         cp -pPR ${WORKDIR}/build${prefix}/* ${D}${prefix}
         # Only eglibc is removing zoneinfo files from package
-        if [ "${LIBC}"x == "eglibc"x ] ; then
+        if [ "${LIBC}"x = "eglibc"x ] ; then
           cp -pP "${WORKDIR}/zone.tab" ${D}${datadir}/zoneinfo
           cp -pP "${WORKDIR}/iso3166.tab" ${D}${datadir}/zoneinfo
         fi