diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015g.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2015g.bb index a6faa1d19c..ec6e23604d 100644 --- a/meta/recipes-extended/tzdata/tzdata_2015g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2015g.bb | |||
@@ -49,7 +49,7 @@ do_install () { | |||
49 | # Install default timezone | 49 | # Install default timezone |
50 | if [ -e ${D}${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ]; then | 50 | if [ -e ${D}${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ]; then |
51 | install -d ${D}${sysconfdir} | 51 | install -d ${D}${sysconfdir} |
52 | if [ "${INSTALL_TIMEZONE_FILE}" == "1" ]; then | 52 | if [ "${INSTALL_TIMEZONE_FILE}" = "1" ]; then |
53 | echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone | 53 | echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone |
54 | fi | 54 | fi |
55 | ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime | 55 | ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime |