diff options
-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 $@ |