summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitc3fddfa42240aa48027a938c293784621f7dcff6 (patch)
tree58e799ff0e6b82491596d7dea203a5aa6c060070
parentb03fc1fd89d66851e1d8814ce989102fbf360944 (diff)
tzdata: Drop deprecated zone.tab
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index b1f82e2..3de5c39 100755
--- a/build
+++ b/build
@@ -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