openjdk: Fix hardcode to /usr/bin/test
svn path=/nixpkgs/trunk/; revision=28069
This commit is contained in:
parent
0603a5d356
commit
ddd7cc3fd2
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ unzip procps ant which zip ];
|
||||
|
||||
postUnpack = ''
|
||||
sed -i s@/usr/bin/test@${coreutils}/bin/test@ \
|
||||
openjdk/hotspot/make/linux/makefiles/sa.make
|
||||
'';
|
||||
|
||||
makeFlags = ''
|
||||
MKDIR=${coreutils}/bin/mkdir \
|
||||
TOUCH=${coreutils}/bin/touch \
|
||||
|
|
Loading…
Reference in a new issue