openjdk: Fix hardcode to /bin/ls

svn path=/nixpkgs/trunk/; revision=28070
This commit is contained in:
Shea Levy 2011-08-01 01:13:44 +00:00
parent ddd7cc3fd2
commit 1eb55ce743

View file

@ -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 = ''