summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit04396ea7af9277f4b00cf9c90766d92805160b98 (patch)
tree2db4109f8ee822bed205f03ff9aa96a854fe6b2c
parent1b76e0f7c2834e0360ffd49eb8e406291366aaca (diff)
tzdata-common: Provide /etc/localtime.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 5deabd9..2ecb1a1 100755
--- a/build
+++ b/build
@@ -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 \