diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-09 15:30:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-09 16:01:21 (EDT) |
commit | 04396ea7af9277f4b00cf9c90766d92805160b98 (patch) | |
tree | 2db4109f8ee822bed205f03ff9aa96a854fe6b2c /build | |
parent | 1b76e0f7c2834e0360ffd49eb8e406291366aaca (diff) |
tzdata-common: Provide /etc/localtime.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ install: build cp src/iso3166.tab src/zone.tab tzdata-common.data/usr/share/zoneinfo cp -p tzdata-northamerica.data/usr/share/zoneinfo/America/New_York \ tzdata-common.data/usr/share/zoneinfo/posixrules + mkdir -p tzdata-common.data/etc + ln -sf /usr/share/zoneinfo/posixrules tzdata-common.data/etc/localtime ln -sf . tzdata-common.data/usr/share/zoneinfo/posix # Install time zones. for t in $(tables); do \ |