diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-22 09:35:38 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-22 09:35:38 +0000 |
commit | fabfe841fe6fd7d4c33ff7b78b5bd812295aea23 (patch) | |
tree | 2c1b6415c65d94f197f28f579ed6e5d191237e87 /chapter06/glibc.xml | |
parent | c3291d580deeee22026b555ffff6c40247ae1d17 (diff) |
Update to Tzdata-2013i. Fixes #3451.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10413 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index e5f4503ef..d6fa9ad34 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -274,8 +274,7 @@ ZONEINFO=/usr/share/zoneinfo mkdir -pv $ZONEINFO/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ - asia australasia backward pacificnew solar87 solar88 solar89 \ - systemv; do + asia australasia backward pacificnew systemv; do zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} |