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
|
|
|
|
2019-10-08 01:46:10 -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
|