lol

openjdk: move license

authored by

Matthew Justin Bauer and committed by
GitHub
cf84d6c2 397a618e

+5
+5
pkgs/development/compilers/openjdk/darwin/8.nix
··· 26 26 27 27 # jni.h expects jni_md.h to be in the header search path. 28 28 ln -s $out/include/darwin/*_md.h $out/include/ 29 + 30 + if [ -f $out/LICENSE ]; then 31 + install -D $out/LICENSE $out/share/zulu/LICENSE 32 + rm $out/LICENSE 33 + fi 29 34 ''; 30 35 31 36 preFixup = ''