diff options
author | P. 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) |
commit | 79e3e808aba108b5eb4df5f76dbe0816a0d05b8e (patch) | |
tree | eeeb9c64ca8864a2fdf61d9d47ec41c760804905 | |
parent | 660d7b325991de3b51531d83359a5a3d7b46dc9a (diff) |
build: Move ln command.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |