diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:09:19 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:09:19 (EDT) |
commit | da0b1181796bea3d50d80d30ef5d0be1942e7955 (patch) | |
tree | c27eb7474096b5d51e6529cad94977b0700fe180 | |
parent | b1d7abc7ad5d6ba5f2c1384e018aa86ced83c9f1 (diff) |
build: Drop TZDIR=/usr/share/zoneinfo
Upstream now uses this directory too.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ nop: @: build: - oh-autobuild -- KSHELL=/bin/sh TZDIR=/usr/share/zoneinfo + oh-autobuild -- KSHELL=/bin/sh for t in $(tables); do \ /usr/sbin/zic -d tzdata-$${t}.data/usr/share/zoneinfo \ -L /dev/null -y yearistype.sh \ |