diff options
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ install: build src/zic -d tzdata.data/usr/share/zoneinfo src/factory; \ mkdir -p tzdata.data/etc ln -sf /usr/share/zoneinfo/Factory tzdata.data/etc/localtime - ln -sf . tzdata.data/usr/share/zoneinfo/posix # Install time zones. set -e; for t in $(tables); do \ src/zic -d tzdata-$${t}.data/usr/share/zoneinfo src/$${t}; \ |