openjdk: Fix some formatting

svn path=/nixpkgs/trunk/; revision=28032
This commit is contained in:
Shea Levy 2011-08-01 01:08:32 +00:00
parent d46390e7d2
commit 3439ac32bf

View File

@ -12,12 +12,13 @@ stdenv.mkDerivation {
postUnpack = '' postUnpack = ''
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \ substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
--replace /bin/echo ${coreutils}/bin/echo --replace /bin/echo ${coreutils}/bin/echo
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \ substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
--replace /usr/nix/store /nix/store --replace /usr/nix/store /nix/store
''; '';
configurePhase = '' configurePhase = ''
make sanity make sanity
''; '';
} }