From 7235997696b38e10d3b8f3b00fd39232aaeab6b5 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 14 Oct 2024 12:06:13 +0200 Subject: [PATCH] adapting comparable_patch.sh to new signature of processModuleInfo --- tooling/reproducible/comparable_patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooling/reproducible/comparable_patch.sh b/tooling/reproducible/comparable_patch.sh index f342ff7ac..d04ff8f23 100755 --- a/tooling/reproducible/comparable_patch.sh +++ b/tooling/reproducible/comparable_patch.sh @@ -338,7 +338,8 @@ echo "Successfully removed all Signatures from ${JDK_DIR}" removeExcludedFiles # Needed due to vendor variation in jmod re-packing after signing, putting attributes in different order -processModuleInfo +# Comparable patch, as per read-me, requires java on path +processModuleInfo "${JDK_DIR}" "${OS}" "$(dirname "$(dirname "$(readlink -f "$(which java)")")")" # Patch Windows VS_VERSION_INFO[COMPANY_NAME] if [[ "$OS" =~ CYGWIN* ]] && [[ "$PATCH_VS_VERSION_INFO" = true ]]; then