diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 12:15:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 12:15:01 (EDT) |
commit | cb5bec73a21c45bb65b552c9eedf05c4d714f69a (patch) | |
tree | 2fce7f8f679d9b3a4981b279ac4e516b9c2d2286 /build | |
parent | c3fddfa42240aa48027a938c293784621f7dcff6 (diff) |
tzselect: Provide iso3166.tab and zone1970.tab
Instead of tzdata.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ install: build $(INSTALL) src/zdump.8 tzcode-doc.data/usr/share/man/man8 $(INSTALL) src/zic.8 tzcode-doc.data/usr/share/man/man8 # Install country and zone tables used by tzselect. - $(INSTALL) src/iso3166.tab tzdata.data/usr/share/zoneinfo - $(INSTALL) src/zone1970.tab tzdata.data/usr/share/zoneinfo + $(INSTALL) src/iso3166.tab tzselect.data/usr/share/zoneinfo + $(INSTALL) src/zone1970.tab tzselect.data/usr/share/zoneinfo # Install the Factory zone and make it the default localtime. src/zic -d tzdata.data/usr/share/zoneinfo src/factory mkdir -p tzdata.data/etc |