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: