graalvm-ce: Do not move the JDK release file to share/ (#468293)

This commit is contained in:
Sandro
2026-01-10 21:12:04 +00:00
committed by GitHub
@@ -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