tzdata.inc: fix a mistake with the dir for the zone.tab and iso3166.tab
authorMichael Kurz <betheg@bitcloner.org>
Thu, 12 Nov 2009 11:10:09 +0000 (11:10 +0000)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 12 Nov 2009 13:22:49 +0000 (14:22 +0100)
recipes/tzdata/tzdata.inc

index c1ba284..18c3a47 100644 (file)
@@ -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}