[Lunar-commits] <moonbase> openoffice-src: fix build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Aug 23 01:40:33 CEST 2008
commit ce435ac661fb2a0ba6c6002635382f695427665c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Aug 23 01:40:33 2008 +0200
openoffice-src: fix build
---
x11-apps/openoffice-src/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD
index 599b0dc..3f1888d 100644
--- a/x11-apps/openoffice-src/BUILD
+++ b/x11-apps/openoffice-src/BUILD
@@ -44,7 +44,7 @@
cd $SOURCE_DIRECTORY;
chmod +x $SOURCE8;
./$SOURCE8 --accept-license --unpack;
- OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_15";
+ OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_16";
else
JAVA_VERSION="`installed_version j2sdk`";
OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}";
More information about the Lunar-commits
mailing list