1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

openjdk: Override hard-coded mkdir

svn path=/nixpkgs/trunk/; revision=28033
This commit is contained in:
Shea Levy 2011-08-01 01:08:40 +00:00
parent 3439ac32bf
commit 057e36e2f7

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
'';
configurePhase = ''
make sanity
make MKDIR=${coreutils}/bin/mkdir sanity
'';
}