diff options
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ install: build mkdir -p tzdata-$${t}.data/usr/share/zoneinfo; \ cp -p dest/usr/share/zoneinfo/posixrules \ tzdata-$${t}.data/usr/share/zoneinfo/posixrules; \ + cp src/iso3166.tab src/zone.tab \ + tzdata-$${t}.data/usr/share/zoneinfo; \ exec 3>../tzdata-$${t}.pkg/files; \ grep '^Zone' src/$${t} | while read type zone etc; do \ printf '/usr/share/zoneinfo/%s\n' "$${zone}" >&3; \ |