summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-09 13:24:24 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-09 13:24:24 (EDT)
commit79e3e808aba108b5eb4df5f76dbe0816a0d05b8e (patch)
treeeeeb9c64ca8864a2fdf61d9d47ec41c760804905
parent660d7b325991de3b51531d83359a5a3d7b46dc9a (diff)
build: Move ln command.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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