- Timestamp:
- Aug 10, 2012 8:46:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r42744 r42746 328 328 --identifier org.virtualbox.mpkg.virtualbox \ 329 329 --version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \ 330 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 330 331 $@ 331 332 endif # !VBOX_USE_PACKAGEMAKER … … 475 476 --install-location /Library/Extensions/ \ 476 477 --ownership preserve \ 478 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 477 479 $@ 478 480 endif … … 576 578 --install-location /Library/StartupItems/ \ 577 579 --ownership preserve \ 580 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 578 581 $@ 579 582 endif … … 1082 1085 --install-location /Applications/ \ 1083 1086 --ownership preserve \ 1087 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 1084 1088 $@ 1085 1089 endif … … 1191 1195 --install-location /usr/bin \ 1192 1196 --ownership preserve \ 1197 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 1193 1198 $@ 1194 1199 endif
Note:
See TracChangeset
for help on using the changeset viewer.