Trying to fix OpenJDK build

This commit is contained in:
Michael Raskin 2012-10-26 11:06:25 +04:00
parent a234280340
commit e862c150f0

View file

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out
cp -av build/*/j2${if jreOnly then "re" else "sdk"}-image/* $out
pushd $out/jre/lib/security
pushd $out/lib/security
rm cacerts
perl ${./generate-cacerts.pl} $out/bin/keytool ${cacert}/etc/ca-bundle.crt
popd