mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fixed a typo in JDK, reported by William Harrington.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4136 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
22f5cee32d
commit
4859a7f848
@ -337,7 +337,7 @@ AUTO_CLASSPATH_DIR=/usr/lib/classpath
|
||||
if [ -z ${CLASSPATH} ]; then
|
||||
CLASSPATH=.:${AUTO_CLASSPATH_DIR}
|
||||
else
|
||||
CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}
|
||||
CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}"
|
||||
fi
|
||||
|
||||
# Check for empty AUTO_CLASSPATH_DIR
|
||||
|
@ -24,6 +24,11 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>May 11th, 2005 [manuel]: Fixed a typo in JDK, reported
|
||||
by William Harrington.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 11th, 2005 [randy]: Updated all the GNOME-2 core package
|
||||
instructions to the GNOME 2.10.1 release. Many of the additional
|
||||
|
Loading…
Reference in New Issue
Block a user