diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:26:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:26:28 (EDT) |
commit | bbcc2b04fe412fe207a060b3e43fff614c486fee (patch) | |
tree | 595ca7ba3e7408b739999b5c105a23dd4dd5acfb /build | |
parent | 41b47d0c96dccbf4a688448f88fc9850936661c2 (diff) |
build: Use just-built zic
Now that tzcode and tzdata are merged into tzdb, we don't need to depend
on tzcode being installed.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ nop: build: oh-autobuild -- KSHELL=/bin/sh for t in $(tables); do \ - /usr/sbin/zic -d tzdata-$${t}.data/usr/share/zoneinfo \ + src/zic -d tzdata-$${t}.data/usr/share/zoneinfo \ -L /dev/null src/$${t} || exit $?; \ done touch $@ |