Ticket #59316: patch-build.d_targets_release_sh.diff

File patch-build.d_targets_release_sh.diff, 1.3 KB (added by ballapete (Peter "Pete" Dyballa), 4 years ago)

Corrected version of diff output to patch build.d/targets/release.sh to work on Catalina, macOS 10.15.6

  • build.d/targets/release.sh

    old new  
    8585    # Build distribution package
    8686
    8787    build_target_invoke distribution build -s 10.5 -d 10.5 --installer-plugins-sdk=10.6 -c Release \
    88                                            --kext=10.5 --kext=10.6 --kext="10.7->10.6" --kext="10.8->10.6" --kext=10.9 --kext="10.10->10.9" --kext=10.11 --kext="10.12->10.11" --kext="10.13->10.11" --kext="10.14->10.11" \
     88                                           --kext=10.5 --kext=10.6 --kext="10.7->10.6" --kext="10.8->10.6" --kext=10.9 --kext="10.10->10.9" --kext=10.11 --kext="10.12->10.11" --kext="10.13->10.11" --kext="10.14->10.11" --kext="10.15->10.11" \
    8989                                           --macfuse \
    9090                                           --code-sign-identity="${BUILD_TARGET_OPTION_CODE_SIGN_IDENTITY}" \
    9191                                           --product-sign-identity="${BUILD_TARGET_OPTION_PRODUCT_SIGN_IDENTITY}"
     
    345345    <array>
    346346EOF
    347347
    348     for macos_version in 10.5 10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14
     348    for macos_version in 10.5 10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14 10.15
    349349    do
    350350/bin/cat >> "${rules_plist_path}" <<EOF
    351351        <dict>