VirtualBox

Changeset 104826 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
May 31, 2024 10:20:44 AM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163404
Message:

Installer/darwin/Makefile.kmk: Improve robustness against failures to download stapled DMG, because that's non-recoverable when downloading in-place and will just waste a lot of time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r104579 r104826  
    186186  if $(intersects darwin darwin_notarize all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
    187187        @# Notarize the signed dmg (includes stapling).
    188         $(call VBOX_NOTARIZE_FILE_FN,$@,org.virtualbox.VirtualBox.$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD).$(VBOX_SVN_REV))
     188        $(call VBOX_NOTARIZE_FILE_FN,$@,org.virtualbox.VirtualBox.$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD).$(VBOX_SVN_REV),$(call VBOX_DIRX,$@).tmp)
     189        $(MV) -f $(call VBOX_DIRX,$@).tmp/$(call VBOX_NOTDIRX,$@) $@
     190        $(RMDIR) $(call VBOX_DIRX,$@).tmp
    189191  endif
    190192 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette