projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d6121
)
Default JAVA_HOME to /usr/lib/jvm/java-6-sun
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Sep 2009 14:05:59 +0000
(16:05 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Sep 2009 14:05:59 +0000
(16:05 +0200)
libyaz4j/build.sh
patch
|
blob
|
history
diff --git
a/libyaz4j/build.sh
b/libyaz4j/build.sh
index
d326fda
..
98f55d9
100755
(executable)
--- a/
libyaz4j/build.sh
+++ b/
libyaz4j/build.sh
@@
-1,5
+1,5
@@
#!/bin/bash
-JNI_DIR=${JAVA_HOME}/include
+JNI_DIR=${JAVA_HOME:-/usr/lib/jvm/java-6-sun}/include
set -x
YAZ_CONFIG=yaz-config
YAZ_PREFIX=`${YAZ_CONFIG} --prefix`