[med-svn] [htsjdk] 03/03: Fix JAVA_HOME

Andreas Tille tille at debian.org
Tue Apr 26 18:57:47 UTC 2016


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

tille pushed a commit to branch debian/jessie-backports
in repository htsjdk.

commit b7680756d0122afc12308b700847bb7a223f462b
Author: Andreas Tille <tille at debian.org>
Date:   Tue Apr 26 20:55:56 2016 +0200

    Fix JAVA_HOME
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 325a06d..e050982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ export DH_VERBOSE=1
 export DH_OPTIONS
 
 export ANT_HOME=/usr/share/ant
-export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
+export JAVA_HOME=$(shell readlink -f /usr/bin/javac | sed "s:/bin/javac::")
 
-export LC_ALL=en_US
+export LC_ALL=C.UTF-8
 
 %:
 	dh  $@ --with javahelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git



More information about the debian-med-commit mailing list