[DebianGIS-dev] r2488 - packages/jts/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Sep 22 12:30:05 UTC 2009


Author: frankie
Date: 2009-09-22 12:30:04 +0000 (Tue, 22 Sep 2009)
New Revision: 2488

Modified:
   packages/jts/trunk/debian/rules
Log:
Fixed java env vars.


Modified: packages/jts/trunk/debian/rules
===================================================================
--- packages/jts/trunk/debian/rules	2009-09-22 09:38:50 UTC (rev 2487)
+++ packages/jts/trunk/debian/rules	2009-09-22 12:30:04 UTC (rev 2488)
@@ -6,7 +6,8 @@
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 
-JAVA_HOME := /usr/lib/java
+JAVA_HOME := /usr/lib/jvm/default-java
+JAVA_CMD := /usr/bin/java
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar




More information about the Pkg-grass-devel mailing list