summary refs log tree commit diff
path: root/pkgs/applications/office/openoffice/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/openoffice/builder.sh')
-rw-r--r--pkgs/applications/office/openoffice/builder.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh
index 3234e366b90..fb60ed2d913 100644
--- a/pkgs/applications/office/openoffice/builder.sh
+++ b/pkgs/applications/office/openoffice/builder.sh
@@ -1,11 +1,12 @@
 source $stdenv/setup
 
+echo $with_jdk_home
+
 export nodep=TRUE
 export NO_HIDS=TRUE
 
 export PATH=$icu/sbin:$PATH
 
-
 preConfigure=preConfigure
 preConfigure() {
     for i in \
@@ -75,3 +76,4 @@ installPhase() {
 
 
 genericBuild
+