Codebase list lwjgl / d5aca18
Do no longer export jutils.jar because #626002 has been fixed already. Markus Koschany 7 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
88 export JAVA_HOME=/usr/lib/jvm/default-java
99 export PATH:=$(JAVA_HOME)/bin:$(PATH)
1010
11 # NOTE: jutils is explicitly included here (without a depends in our control
12 # file) because jinput.jar lacks jutils in its own "Class-Path" (bug #626002)
13 export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
11 export CLASSPATH=/usr/share/java/jinput.jar
1412
1513 %:
1614 dh $@ --parallel --with javahelper