aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-17 12:36:08 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-17 12:36:08 +0000
commitf1d755b003353fab64875e934b8026f8815a9095 (patch)
tree4bd4a056c4b203c1807bc3bb376aca1df18324ad
parentec61ca397093756e1a94da2b8a391f5ba9cf7bb8 (diff)
http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 5ac095124..65aaa319f 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -287,7 +287,7 @@ for tz in etcetera southamerica northamerica europe africa antarctica \
zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
done
-cp -v zone.tab iso3166.tab $ZONEINFO
+cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
zic -d $ZONEINFO -p America/New_York
unset ZONEINFO</userinput></screen>