diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-25 14:30:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-25 14:30:06 +0300 |
commit | 840efb6a534d9e9127aec6e13c1d53904f666f49 (patch) | |
tree | 3bf88bf3c7224025b811e5ac62cf8c83afe82bde /extra/tzdata/build | |
parent | c959bc3f0d0ae9f996f6c2a118042d82c74f9557 (diff) | |
download | repository-840efb6a534d9e9127aec6e13c1d53904f666f49.tar.gz |
tzdata: bump to 2021b
Diffstat (limited to 'extra/tzdata/build')
-rwxr-xr-x | extra/tzdata/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/tzdata/build b/extra/tzdata/build index 8a00ad0f..d334d2a5 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -16,3 +16,7 @@ set -- africa asia australasia europe northamerica southamerica ./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 + +# The 'tzselect' script is not great by any means, but it will work with most +# POSIX compatible shells, if not all. +clsed '1c#!/bin/sh' "$pkg_dir/usr/bin/tzselect" |