diff options
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -37,8 +37,7 @@ install: build 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 \ - -L /dev/null src/$${t}; \ + src/zic -d tzdata-$${t}.data/usr/share/zoneinfo src/$${t}; \ grep '^L' src/$${t} | while read type dest src etc; do \ rm -f "tzdata-$${t}.data/usr/share/zoneinfo/$${src}"; \ if [ x"$${dest}" = x'Etc/UTC' ]; then \ |