openjdk: Install build results to $out
svn path=/nixpkgs/trunk/; revision=28098
This commit is contained in:
parent
572edb6f68
commit
31b09ab695
@ -78,5 +78,11 @@ stdenv.mkDerivation rec {
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
make $makeFlags sanity
|
make $makeFlags sanity
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
installPhase = ''
|
||||||
|
ensureDir $out
|
||||||
|
cp -av build/*/j2sdk-image/* $out
|
||||||
|
rm $out/src.zip
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user