openjdk: Don't delete src.zip, it comes with the binary distribution too

svn path=/nixpkgs/trunk/; revision=28115
This commit is contained in:
Shea Levy 2011-08-01 17:51:59 +00:00
parent 034fb4fa11
commit 9023f52855

View file

@ -82,7 +82,6 @@ stdenv.mkDerivation rec {
installPhase = ''
ensureDir $out
cp -av build/*/j2sdk-image/* $out
rm $out/src.zip
'';
meta = {