summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitbbcc2b04fe412fe207a060b3e43fff614c486fee (patch)
tree595ca7ba3e7408b739999b5c105a23dd4dd5acfb
parent41b47d0c96dccbf4a688448f88fc9850936661c2 (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.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index f9ef04b..1ac3b25 100755
--- a/build
+++ b/build
@@ -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 $@