aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-10-15 15:23:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-10-15 15:23:42 +0000
commita85486daa2e1d8dee8067cf6fa85a7c5b8bc943e (patch)
tree987155b822eae547aac1618636e5490fab14421b /chapter08/glibc.xml
parent3c784d8d8ad85719f66516b14dc7dc6ba61746cf (diff)
Update to iana-etc-20201012.
Update to vim-8.2.1845. Update to bison-3.7.3. Update to tzdata-2020b. Update to libcap-2.44. Update to Python-3.9. Update to expat-2.2.10. Update to bc-3.1.6. Update to linux-5.9. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r--chapter08/glibc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index d61cd7858..c67f735dd 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -331,7 +331,7 @@ ZONEINFO=/usr/share/zoneinfo
mkdir -pv $ZONEINFO/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
- asia australasia backward pacificnew systemv; do
+ asia australasia backward; do
zic -L /dev/null -d $ZONEINFO ${tz}
zic -L /dev/null -d $ZONEINFO/posix ${tz}
zic -L leapseconds -d $ZONEINFO/right ${tz}