Trying to fix OpenJDK build
This commit is contained in:
parent
a234280340
commit
e862c150f0
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -av build/*/j2${if jreOnly then "re" else "sdk"}-image/* $out
|
cp -av build/*/j2${if jreOnly then "re" else "sdk"}-image/* $out
|
||||||
pushd $out/jre/lib/security
|
pushd $out/lib/security
|
||||||
rm cacerts
|
rm cacerts
|
||||||
perl ${./generate-cacerts.pl} $out/bin/keytool ${cacert}/etc/ca-bundle.crt
|
perl ${./generate-cacerts.pl} $out/bin/keytool ${cacert}/etc/ca-bundle.crt
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue