openjdk: Override hardcoded touch
svn path=/nixpkgs/trunk/; revision=28064
This commit is contained in:
parent
5054c8e8bb
commit
735366584a
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = ''
|
||||
MKDIR=${coreutils}/bin/mkdir \
|
||||
TOUCH=${coreutils}/bin/touch \
|
||||
ECHO=${coreutils}/bin/echo \
|
||||
CAT=${coreutils}/bin/cat \
|
||||
GREP=${gnugrep}/bin/grep \
|
||||
|
Loading…
Reference in New Issue
Block a user