aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/tzdata/tzdata.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index 9d7135411f..dd5c2c97df 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -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