diff options
-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 |