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 New Issue
Block a user