diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ install: build 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 + ln -sf . tzdata-common.data/usr/share/zoneinfo/posix # Install time zones. for t in $(tables); do \ grep '^Link' src/$${t} | while read type dest src etc; do \ @@ -68,4 +69,3 @@ install: build mkdir -p "$${src%/*}"; \ ln -sf "$${up}$${dest}" "$${src}"; \ done - ln -sf . tzdata-common.data/usr/share/zoneinfo/posix |