mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
fixed typos in mozilla and j2sdk
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@658 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e13605b3d6
commit
5024520678
@ -2,10 +2,10 @@
|
||||
<title>Introduction to j2sdk</title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&j2sdk-download-http;"/>
|
||||
Version used (binary): &j2sdk-bin-version;
|
||||
Version used (source): &j2sdk-src-version;
|
||||
Package size (binary): &j2sdk-bin-size;
|
||||
Package size (source): &j2sdk-src-size;
|
||||
Version used (binary): &j2sdk-bin-version;
|
||||
Version used (source): &j2sdk-src-version;
|
||||
Package size (binary): &j2sdk-bin-size;
|
||||
Package size (source): &j2sdk-src-size;
|
||||
Estimated Disk space required: &j2sdk-src-buildsize;</screen>
|
||||
|
||||
<para>The j2sdk package contains Sun's java development environment.
|
||||
|
@ -5,7 +5,7 @@
|
||||
<!ENTITY j2sdk-desc SYSTEM "j2sdk-desc.xml">
|
||||
<!ENTITY j2sdk-config SYSTEM "j2sdk-config.xml">
|
||||
<!ENTITY j2sdk-bin-size "59 MB">
|
||||
<!ENTITY j2sdk-src-buildsize "1186 MB">
|
||||
<!ENTITY j2sdk-src-buildsize "1810 MB">
|
||||
<!ENTITY j2sdk-src-size "77 MB">
|
||||
<!ENTITY j2sdk-bin-version "1.4.1_01">
|
||||
<!ENTITY j2sdk-src-version "1.4.1">
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 6th, 2003 [tushar]: Fixed errors in mozilla
|
||||
instructions and typos in j2sdk.</para></listitem>
|
||||
|
||||
<listitem><para>February 6th, 2003 [larry]: General: Updated to
|
||||
pkgconfig-0.15.0.</para></listitem>
|
||||
|
||||
|
@ -10,7 +10,9 @@ cd extensions &&
|
||||
rm -rf spellcheck &&
|
||||
tar -xjf ../../mozilla-&mozilla-version;-spellchecker.tar.bz2 &&
|
||||
cd .. &&
|
||||
patch -Np1 -i ../mozilla-&mozilla-version;.patch</userinput></screen></para>
|
||||
for p in ../mozilla-&mozilla-version;-*.patch
|
||||
do patch -Np1 -i $p
|
||||
done</userinput></screen></para>
|
||||
|
||||
<para>According to the financial institutions, the following hack makes your
|
||||
browser insecure. You have been warned. Many sites use an MS-IE specific tag
|
||||
|
Loading…
Reference in New Issue
Block a user