diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-06 22:11:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-06 22:11:04 +0000 |
commit | 287a36b4d7f7a986d8fc54162385d185c9c18160 (patch) | |
tree | 8ac36285c237eceb2c021481925a240674c51a22 /chapter06/glibc.xml | |
parent | d6ba12f5c374ac6637173c1770286e8478965962 (diff) |
Make tzselect work again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 72a73115b..bcab4c5db 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -317,10 +317,9 @@ EOF</userinput></screen> for tz in etcetera southamerica northamerica europe africa antarctica \ asia australasia backward pacificnew solar87 solar88 solar89 systemv; do - zic -L leapseconds -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} - -done</userinput></screen> +done +cp -v *.tab /usr/share/zoneinfo</userinput></screen> <para>One way to determine the local time zone, run the following script:</para> |