summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-09 13:27:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-09 13:27:59 (EDT)
commit1b76e0f7c2834e0360ffd49eb8e406291366aaca (patch)
treee44fa190b854fde5662c3c8aa166142d4b5e42fd
parent79e3e808aba108b5eb4df5f76dbe0816a0d05b8e (diff)
build: Fix name of posixrules file.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e02b8c2..5deabd9 100755
--- a/build
+++ b/build
@@ -29,7 +29,7 @@ install: build
mkdir -p tzdata-common.data/usr/share/zoneinfo
cp src/iso3166.tab src/zone.tab tzdata-common.data/usr/share/zoneinfo
cp -p tzdata-northamerica.data/usr/share/zoneinfo/America/New_York \
- tzdata-common.data/usr/share/zoneinfo
+ tzdata-common.data/usr/share/zoneinfo/posixrules
ln -sf . tzdata-common.data/usr/share/zoneinfo/posix
# Install time zones.
for t in $(tables); do \