From 035ccc16f0848cf64d57605620f572542d460789 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 26 Aug 2012 20:12:51 +0000 Subject: Remove && from tzdata intallation instructions. Install all .tab files from tzdata. Add make fixes patch to pateches section. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c9aa82bec..bedbcde0f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -327,16 +327,16 @@ EOF Install timezone data: tar -xf ../tzdata&tzdata-version;.tar.gz -mkdir -pv /usr/share/zoneinfo/{posix,right} && +mkdir -pv /usr/share/zoneinfo/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ asia australasia backward pacificnew solar87 solar88 solar89 systemv; do - zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} && - zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} && + zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} + zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz} done -cp -v zone.tab /usr/share/zoneinfo && +cp -v zone.tab iso3166.tab /usr/share/zoneinfo zic -d /usr/share/zoneinfo -p America/New_York -- cgit v1.2.3-54-g00ecf