Merge pull request #10089 from puffnfresh/bug/jdk8-jce

oraclejdk8: Fix installation of JCE
This commit is contained in:
Edward Tjörnhammar 2015-09-27 12:41:30 +02:00
commit 136f452107

View File

@ -133,7 +133,7 @@ let result = stdenv.mkDerivation rec {
if test -n "${jce}"; then if test -n "${jce}"; then
unzip ${jce} unzip ${jce}
cp -v UnlimitedJCEPolicy/*.jar $jrePath/lib/security cp -v UnlimitedJCEPolicy*/*.jar $jrePath/lib/security
fi fi
rpath=$rpath''${rpath:+:}$jrePath/lib/${architecture}/jli rpath=$rpath''${rpath:+:}$jrePath/lib/${architecture}/jli