[Lunar-commits] r21967 - moonbase/trunk/zbeta/openoffice-src
Terry Chan
tchan at lunar-linux.org
Sat Oct 28 22:23:45 CEST 2006
Author: tchan
Date: 2006-10-28 22:23:45 +0200 (Sat, 28 Oct 2006)
New Revision: 21967
Modified:
moonbase/trunk/zbeta/openoffice-src/BUILD
Log:
Removed the reference to j2sdk-beta. That module no longer exists.
Modified: moonbase/trunk/zbeta/openoffice-src/BUILD
===================================================================
--- moonbase/trunk/zbeta/openoffice-src/BUILD 2006-10-28 13:40:39 UTC (rev 21966)
+++ moonbase/trunk/zbeta/openoffice-src/BUILD 2006-10-28 20:23:45 UTC (rev 21967)
@@ -15,13 +15,9 @@
cd $SOURCE_DIRECTORY &&
if module_installed j2sdk; then
- export OPTS="$OPTS --enable-java --with-jdk-home=/usr/lib/j2sdk1.4.1/"
+ export OPTS="$OPTS --enable-java --with-jdk-home=/usr/lib/j2sdk1.4.2/"
fi &&
- if module_installed j2sdk-beta; then
- export OPTS="$OPTS --enable-java --with-jdk-home=/usr/lib/j2sdk1.4.2/"
- fi &&
-
# set language options in setup.in
sedit "/^LANGS=\"\$LANGS/d" bin/setup.in &&
sedit "/^LANGS=/s/\".*\"/\"$SEL_LANGS\"/" bin/setup.in &&
More information about the Lunar-commits
mailing list