mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
openjdk: Fix hardcode to /usr/bin/test
svn path=/nixpkgs/trunk/; revision=28069
This commit is contained in:
parent
0603a5d356
commit
ddd7cc3fd2
@ -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 New Issue
Block a user