openjdk: Fix #17603

This commit is contained in:
Tim Steinbach 2016-09-01 18:47:19 +00:00 committed by Domen Kožar
parent d163882770
commit 8a7afae58b

View File

@ -174,6 +174,7 @@ let
ln -s $out/lib/openjdk/bin $out/bin
ln -s $jre/lib/openjdk/jre/bin $jre/bin
ln -s $jre/lib/openjdk/jre $out/jre
'';
# FIXME: this is unnecessary once the multiple-outputs branch is merged.