diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 12:14:05 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 12:14:05 (EDT) |
commit | c3fddfa42240aa48027a938c293784621f7dcff6 (patch) | |
tree | 58e799ff0e6b82491596d7dea203a5aa6c060070 | |
parent | b03fc1fd89d66851e1d8814ce989102fbf360944 (diff) |
tzdata: Drop deprecated zone.tab
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +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/*.tab tzdata.data/usr/share/zoneinfo + $(INSTALL) src/iso3166.tab tzdata.data/usr/share/zoneinfo + $(INSTALL) src/zone1970.tab tzdata.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 |