From 04396ea7af9277f4b00cf9c90766d92805160b98 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 09 Oct 2013 15:30:17 -0400 Subject: tzdata-common: Provide /etc/localtime. --- 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 \ -- cgit v0.9.1