From db73f96a40bf139c9544b134772e72128430fd2b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 05 Jun 2019 19:31:10 -0400 Subject: build: Drop unnecessary zic -L option --- diff --git a/build b/build index c719f96..358f1de 100755 --- a/build +++ b/build @@ -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 \ -- cgit v0.9.1