mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
tzdata: update for new env
This commit is contained in:
parent
8f682d6083
commit
2431c0cfd6
@ -1,13 +1,11 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
pkg_dir=$1
|
make
|
||||||
|
|
||||||
make CC="${CC:-cc}"
|
|
||||||
make DESTDIR="$1" ZICDIR=/usr/bin install
|
make DESTDIR="$1" ZICDIR=/usr/bin install
|
||||||
|
|
||||||
set -- africa asia australasia europe northamerica southamerica
|
set -- africa asia australasia europe northamerica southamerica
|
||||||
|
|
||||||
./zic -d "$pkg_dir/usr/share/zoneinfo" "$@"
|
./zic -d "$DESTDIR/usr/share/zoneinfo" "$@"
|
||||||
./zic -d "$pkg_dir/usr/share/zoneinfo/posix" "$@"
|
./zic -d "$DESTDIR/usr/share/zoneinfo/posix" "$@"
|
||||||
./zic -d "$pkg_dir/usr/share/zoneinfo/right" -L leapseconds "$@"
|
./zic -d "$DESTDIR/usr/share/zoneinfo/right" -L leapseconds "$@"
|
||||||
./zic -d "$pkg_dir/usr/share/zoneinfo" -p America/New_York
|
./zic -d "$DESTDIR/usr/share/zoneinfo" -p America/New_York
|
||||||
|
Loading…
Reference in New Issue
Block a user