From: Felix Dörre Date: Sun, 7 Sep 2014 14:40:37 +0000 (+0200) Subject: Updated this files with defaults for debs X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=4d9616027ef98e887552807fd398578c1cc4a737 Updated this files with defaults for debs the package might be: libhamcrest-java junit4 ant libmysql-java --- diff --git a/build.xml b/build.xml index 458ee4df..278fca97 100644 --- a/build.xml +++ b/build.xml @@ -5,11 +5,11 @@ - - + + - - + + @@ -59,7 +59,10 @@ - + + + + diff --git a/natives/Makefile b/natives/Makefile index faf073cd..f472ab27 100644 --- a/natives/Makefile +++ b/natives/Makefile @@ -1,3 +1,4 @@ +JAVA_HOME=/usr/lib/jvm/default-java SYSTEM= $(shell uname | awk '{print tolower($$0)}') JAVAH?=javah CC?=gcc