repo/extra/tzdata/build

12 lines
345 B
Plaintext
Raw Normal View History

2019-07-17 22:23:05 +00:00
#!/bin/sh -e
2021-07-18 03:24:34 +00:00
make
2020-04-28 05:03:35 +00:00
make DESTDIR="$1" ZICDIR=/usr/bin install
2019-07-17 22:23:05 +00:00
set -- africa asia australasia europe northamerica southamerica
2019-07-17 22:23:05 +00:00
2021-07-18 03:24:34 +00:00
./zic -d "$DESTDIR/usr/share/zoneinfo" "$@"
./zic -d "$DESTDIR/usr/share/zoneinfo/posix" "$@"
./zic -d "$DESTDIR/usr/share/zoneinfo/right" -L leapseconds "$@"
./zic -d "$DESTDIR/usr/share/zoneinfo" -p America/New_York