mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
openjdk: Fix hardcode to /bin/ls
svn path=/nixpkgs/trunk/; revision=28070
This commit is contained in:
parent
ddd7cc3fd2
commit
1eb55ce743
|
@ -29,6 +29,9 @@ stdenv.mkDerivation rec {
|
|||
postUnpack = ''
|
||||
sed -i s@/usr/bin/test@${coreutils}/bin/test@ \
|
||||
openjdk/hotspot/make/linux/makefiles/sa.make
|
||||
|
||||
sed -i s@/bin/ls@${coreutils}/bin/ls@ \
|
||||
openjdk/hotspot/make/linux/makefiles/sa.make
|
||||
'';
|
||||
|
||||
makeFlags = ''
|
||||
|
|
Loading…
Reference in a new issue