openjdk: Override hardcoded chmod
svn path=/nixpkgs/trunk/; revision=28066
This commit is contained in:
parent
b722db6adb
commit
2731048017
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
MKDIR=${coreutils}/bin/mkdir \
|
||||
TOUCH=${coreutils}/bin/touch \
|
||||
CP=${coreutils}/bin/cp \
|
||||
CHMOD=${coreutils}/bin/chmod \
|
||||
ECHO=${coreutils}/bin/echo \
|
||||
CAT=${coreutils}/bin/cat \
|
||||
GREP=${gnugrep}/bin/grep \
|
||||
|
|
Loading…
Reference in New Issue