Commit d8959c38 authored by eihqnh's avatar eihqnh
Browse files

graalvm-ce: do not move the JDK `release` file to `share/`

parent 0254eab4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -172,7 +172,8 @@ let

          mkdir -p $out/share
          # move files in $out like LICENSE.txt
          find $out/ -maxdepth 1 -type f -exec mv {} $out/share \;
          # NOTE: The `release` file must be located at $JAVA_HOME/release
          find $out/ -maxdepth 1 -type f ! -name release -exec mv {} $out/share \;
          # symbolic link to $out/lib/svm/LICENSE_NATIVEIMAGE.txt
          rm -f $out/LICENSE_NATIVEIMAGE.txt