openjdk: Override hardcoded cp

svn path=/nixpkgs/trunk/; revision=28065
This commit is contained in:
Shea Levy 2011-08-01 01:13:02 +00:00
parent 735366584a
commit b722db6adb

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \
TOUCH=${coreutils}/bin/touch \
CP=${coreutils}/bin/cp \
ECHO=${coreutils}/bin/echo \
CAT=${coreutils}/bin/cat \
GREP=${gnugrep}/bin/grep \