This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit f0a89595e5880af8fca72b7f88c144a77501f980 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 1 09:00:26 2014 +0200 Adjust the path of the JRE/JDK images --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 199a253..eab751d 100755 --- a/debian/rules +++ b/debian/rules @@ -77,8 +77,8 @@ else etcdir = etc/$(jdirname) endif security = $(etcdir)/security -jreimg = openjdk.build/j2re-image -sdkimg = openjdk.build/j2sdk-image +jreimg = images/j2re-image +sdkimg = images/j2sdk-image COMMA=, SPACE = $(EMPTY) $(EMPTY) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

