mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
dfdc93a055
commit
035ccc16f0
@ -39,6 +39,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-08-26</para>
|
<para>2012-08-26</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Install both .tab files in tzdata.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Apply upstream patches to make.</para>
|
<para>[bdubbs] - Apply upstream patches to make.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -99,6 +99,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Make Upstream Fixes Patch - <token>&make-fixes-patch-size;</token>:</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Download: <ulink url="&patches-root;&make-fixes-patch;"/></para>
|
||||||
|
<para>MD5 sum: <literal>&make-fixes-patch-md5;</literal></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
|
<term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -327,16 +327,16 @@ EOF</userinput></screen>
|
|||||||
<para>Install timezone data:</para>
|
<para>Install timezone data:</para>
|
||||||
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
|
<screen><userinput>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 \
|
for tz in etcetera southamerica northamerica europe africa antarctica \
|
||||||
asia australasia backward pacificnew solar87 solar88 solar89 systemv; do
|
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 -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/posix -y "sh yearistype.sh" ${tz}
|
||||||
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
|
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
|
||||||
done
|
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</userinput></screen>
|
zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
|
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
|
||||||
<!ENTITY make-fixes-md5 "02c0f3989185a7345233872b1ae5f46d">
|
<!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d">
|
||||||
<!ENTITY make-fixes-patch-size "9.7 KB">
|
<!ENTITY make-fixes-patch-size "9.7 KB">
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user