Codebase list lwjgl / f60a3ec
d/rules: Use default-java as JAVA_HOME. Markus Koschany 8 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 TAR := ../$(NAME)_$(VERSION).orig.tar.gz
66 TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
77
8 export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-$(DEB_BUILD_ARCH)
8 export JAVA_HOME=/usr/lib/jvm/default-java
99 export PATH:=$(JAVA_HOME)/bin:$(PATH)
1010
1111 # NOTE: jutils is explicitly included here (without a depends in our control
1717
1818 override_dh_auto_build:
1919 ant jars
20 ant compile_native
20 ant compile_native
2121 ant javadoc
2222
2323 override_dh_auto_install: