summary refs log tree commit diff
path: root/pkgs/development/compilers/jdk/dlj-bundle-builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/jdk/dlj-bundle-builder.sh')
-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 e990eaf5392..e0e31e7a75b 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