diff options
author | P. 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) |
commit | 1b76e0f7c2834e0360ffd49eb8e406291366aaca (patch) | |
tree | e44fa190b854fde5662c3c8aa166142d4b5e42fd | |
parent | 79e3e808aba108b5eb4df5f76dbe0816a0d05b8e (diff) |
build: Fix name of posixrules file.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |