summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 12:10:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 12:10:57 (EDT)
commitb03fc1fd89d66851e1d8814ce989102fbf360944 (patch)
tree3602e8f2c486ce2a9bff2511a98b2d0b3d466b20
parent42a7bf22ff73a452aa964b01dc680a2a16d26d8d (diff)
build: Fix a package name
-rwxr-xr-xbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/build b/build
index d061013..b1f82e2 100755
--- a/build
+++ b/build
@@ -30,10 +30,10 @@ install: build
$(INSTALL) src/tzselect tzselect.data/usr/bin
$(INSTALL) src/zdump zdump.data/usr/bin
$(INSTALL) src/zic zic.data/usr/sbin
- $(INSTALL) src/tzfile.5 tzdata-doc.data/usr/share/man/man5
- $(INSTALL) src/tzselect.8 tzdata-doc.data/usr/share/man/man8
- $(INSTALL) src/zdump.8 tzdata-doc.data/usr/share/man/man8
- $(INSTALL) src/zic.8 tzdata-doc.data/usr/share/man/man8
+ $(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/*.tab tzdata.data/usr/share/zoneinfo
# Install the Factory zone and make it the default localtime.