diff options
-rwxr-xr-x | build | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -28,18 +28,15 @@ build: touch $@ install: build - # Install utilities. @$(INSTALL) src/tzselect tzselect.data/usr/bin + @$(INSTALL) src/iso3166.tab tzselect.data/usr/share/zoneinfo + @$(INSTALL) src/zone1970.tab tzselect.data/usr/share/zoneinfo @$(INSTALL) src/zdump zdump.data/usr/bin @$(INSTALL) src/zic zic.data/usr/sbin - # Install documentation. @$(INSTALL) src/tzfile.5 tzcode-doc.data/usr/share/man/man5 @$(INSTALL) src/tzselect.8 tzcode-doc.data/usr/share/man/man8 @$(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 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 |