[freecol] 114/125: Fix wrapper script. Require java8

Markus Koschany apo-guest at moszumanska.debian.org
Sun Dec 20 19:39:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freecol.

commit f2e3dabfe4670a133b22e505b399a6cb638aa6f8
Author: Markus Koschany <apo at debian.org>
Date:   Sun Dec 20 18:42:10 2015 +0100

    Fix wrapper script. Require java8
---
 debian/wrapper/freecol | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/wrapper/freecol b/debian/wrapper/freecol
index d9e1e96..94a28f8 100755
--- a/debian/wrapper/freecol
+++ b/debian/wrapper/freecol
@@ -6,9 +6,9 @@ set -e
 . /usr/lib/java-wrappers/java-wrappers.sh
 
 # We need openjdk, icedtea  or Sun 6
-find_java_runtime openjdk java8
+find_java_runtime java8
 
-find_jars miglayout freecol cortado commons-cli
+find_jars miglayout FreeCol cortado commons-cli
 
 # We test if LC_MESSAGES is different from LC_CTYPE, if that is the case,
 # we pass to freecol the --default-locale argument

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git



More information about the Pkg-games-commits mailing list