aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-21 02:43:33 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-21 02:43:33 +0000
commitf0f7ea0c383e2478f1fcaed9162a2c31c5173d81 (patch)
tree2a16a8bf7658efe9a0d0aed8336740d2a4676a6a /chapter06/glibc.xml
parent7a6bcf996e754fcf8bc3ea80acc23865476044eb (diff)
Upgrade to coreutils-8.19.
Upgrade to grep-2.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 11dc4f44c..7e86ba5fd 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -316,12 +316,14 @@ EOF</userinput></screen>
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
mkdir -pv /usr/share/zoneinfo/{posix,right} &amp;&amp;
+
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} &amp;&amp;
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} &amp;&amp;
+ asia australasia backward pacificnew solar87 solar88 solar89 systemv; do
+ zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} &amp;&amp;
+ zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} &amp;&amp;
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
done
+
cp -v zone.tab /usr/share/zoneinfo &amp;&amp;
zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>