Skip to content

Commit

Permalink
adapting comparable_patch.sh to new signature of processModuleInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Oct 14, 2024
1 parent 1adaf71 commit e1b74a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/reproducible/comparable_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# Comparabnle patch, as per readme, 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
Expand Down

0 comments on commit e1b74a5

Please sign in to comment.