From fabfe841fe6fd7d4c33ff7b78b5bd812295aea23 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 22 Dec 2013 09:35:38 +0000 Subject: Update to Tzdata-2013i. Fixes #3451. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10413 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') 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} -- cgit v1.2.3-54-g00ecf