about summary refs log tree commit diff
path: root/pkgs/development/compilers/jdk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-04-23 07:34:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-04-23 07:34:20 +0000
commit09ab596e0f54ff1068856bab8d28bc4b8be26e09 (patch)
tree33094d24d6f7f4d8be915760321e849afdcf3b9c /pkgs/development/compilers/jdk
parent16f2d8b2d527bd493982c47fef06a74e3fff0752 (diff)
* Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
Diffstat (limited to 'pkgs/development/compilers/jdk')
-rw-r--r--pkgs/development/compilers/jdk/dlj-bundle-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh
index e990eaf53927a..e0e31e7a75baa 100644
--- a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh
+++ b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh
@@ -5,7 +5,7 @@ unzip ${src} || true
 
 # set the dynamic linker of unpack200, necessary for construct script
 echo "patching unpack200"
-patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" --set-rpath "" */bin/unpack200 || fail
+patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" --set-rpath "" */bin/unpack200
 
 echo "constructing JDK and JRE installations"
 if test -z "$installjdk"; then