2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 23:20:57 -06:00
repo/extra/tzdata/build

12 lines
345 B
Plaintext
Raw Normal View History

2019-07-17 16:23:05 -06:00
#!/bin/sh -e
2021-07-17 21:24:34 -06:00
make
2020-04-27 23:03:35 -06:00
make DESTDIR="$1" ZICDIR=/usr/bin install
2019-07-17 16:23:05 -06:00
set -- africa asia australasia europe northamerica southamerica
2019-07-17 16:23:05 -06:00
2021-07-17 21:24:34 -06: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