openjdk: Override hardcode to mv
svn path=/nixpkgs/trunk/; revision=28071
This commit is contained in:
parent
1eb55ce743
commit
dff2d2b06f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue