summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick 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)
commitcb5bec73a21c45bb65b552c9eedf05c4d714f69a (patch)
tree2fce7f8f679d9b3a4981b279ac4e516b9c2d2286 /build
parentc3fddfa42240aa48027a938c293784621f7dcff6 (diff)
tzselect: Provide iso3166.tab and zone1970.tab
Instead of tzdata.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 3de5c39..3013e13 100755
--- a/build
+++ b/build
@@ -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