VirtualBox

Changeset 42746 in vbox for trunk


Ignore:
Timestamp:
Aug 10, 2012 8:46:42 AM (12 years ago)
Author:
vboxsync
Message:

Package signing.

File:
1 edited

Legend:

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

    r42744 r42746  
    328328                --identifier org.virtualbox.mpkg.virtualbox \
    329329                --version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \
     330               $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    330331                $@
    331332endif # !VBOX_USE_PACKAGEMAKER
     
    475476                --install-location /Library/Extensions/ \
    476477                --ownership preserve \
     478               $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    477479                $@
    478480endif
     
    576578                --install-location /Library/StartupItems/ \
    577579                --ownership preserve \
     580               $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    578581                $@
    579582endif
     
    10821085                --install-location /Applications/ \
    10831086                --ownership preserve \
     1087               $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    10841088                $@
    10851089endif
     
    11911195                --install-location /usr/bin \
    11921196                --ownership preserve \
     1197               $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    11931198                $@
    11941199endif
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