2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00
repo/extra/tzdata/build

14 lines
357 B
Plaintext
Raw Permalink Normal View History

2019-07-17 16:23:05 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
pkg_dir=$1
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
2023-03-02 07:40:00 -07:00
./zic -d "$pkg_dir/usr/share/zoneinfo" "$@"
./zic -d "$pkg_dir/usr/share/zoneinfo/posix" "$@"
./zic -d "$pkg_dir/usr/share/zoneinfo/right" -L leapseconds "$@"
./zic -d "$pkg_dir/usr/share/zoneinfo" -p America/New_York