diff --git a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh index 6358d389456..c9f52e1140c 100644 --- a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh +++ b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh @@ -1,6 +1,9 @@ source $stdenv/setup -sh ${src} --accept-license +echo "Unpacking distribution" +unzip ${src} || true + +echo "Constructing JDK and JRE" if test -z "$installjdk"; then sh ${construct} . tmp-linux-jdk tmp-linux-jre ensureDir $out