From 79e3e808aba108b5eb4df5f76dbe0816a0d05b8e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 09 Oct 2013 13:24:24 -0400 Subject: build: Move ln command. --- diff --git a/build b/build index cfa976f..e02b8c2 100755 --- a/build +++ b/build @@ -30,6 +30,7 @@ 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 + ln -sf . tzdata-common.data/usr/share/zoneinfo/posix # Install time zones. for t in $(tables); do \ grep '^Link' src/$${t} | while read type dest src etc; do \ @@ -68,4 +69,3 @@ install: build mkdir -p "$${src%/*}"; \ ln -sf "$${up}$${dest}" "$${src}"; \ done - ln -sf . tzdata-common.data/usr/share/zoneinfo/posix -- cgit v0.9.1