openjdk: Override hardcode to mv

svn path=/nixpkgs/trunk/; revision=28071
This commit is contained in:
Shea Levy 2011-08-01 01:13:52 +00:00
parent 1eb55ce743
commit dff2d2b06f

View file

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \
MV=${coreutils}/bin/mv \
TOUCH=${coreutils}/bin/touch \
CP=${coreutils}/bin/cp \
CHMOD=${coreutils}/bin/chmod \