summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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