[oe-commits] Michael Kurz : tzdata.inc: fix a mistake with the dir for the zone. tab and iso3166.tab

git version control git at git.openembedded.org
Thu Nov 12 13:23:03 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 4b42dfb22960f66fc5e73b8992e528928fa61db1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b42dfb22960f66fc5e73b8992e528928fa61db1

Author: Michael Kurz <betheg at bitcloner.org>
Date:   Thu Nov 12 11:10:09 2009 +0000

tzdata.inc: fix a mistake with the dir for the zone.tab and iso3166.tab

---

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

diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index c1ba284..18c3a47 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -38,7 +38,8 @@ do_compile () {
 do_install () {
         install -d ${D}${prefix} ${D}${datadir}/zoneinfo
         cp -pPR ${WORKDIR}/build${prefix}/* ${D}${prefix}
-        cp -pP ${WORKDIR}/{iso3166,zone}.tab ${D}${prefix}
+        cp -pP ${WORKDIR}/zone.tab ${D}${datadir}/zoneinfo
+        cp -pP ${WORKDIR}/iso3166.tab ${D}${datadir}/zoneinfo
 
         # Install a sane default for timezones
         install -d ${D}${sysconfdir}





More information about the Openembedded-commits mailing list