You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
725 B
18 lines
725 B
9 years ago
|
name=tzdata
|
||
|
version=2015f
|
||
|
|
||
|
dlextract "https://www.iana.org/time-zones/repository/releases/$name$version.tar.gz" \
|
||
|
"e3b82732d20e973e48af1c6f13df9a1d"
|
||
|
header_end
|
||
|
|
||
|
timezones="africa antarctica asia australasia backward backzone etcetera europe factory northamerica pacificnew southamerica systemv"
|
||
|
|
||
|
zic -y ./yearistype -d "$dir_install/usr/share/zoneinfo" $timezones
|
||
|
zic -y ./yearistype -d "$dir_install/usr/share/zoneinfo/posix" $timezones
|
||
|
zic -y ./yearistype -d "$dir_install/usr/share/zoneinfo/right" -L leapseconds $timezones
|
||
|
zic -y ./yearistype -d "$dir_install/usr/share/zoneinfo" -p America/New_York
|
||
|
|
||
|
cp zone1970.tab iso3166.tab "$dir_install/usr/share/zoneinfo"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|