Changeset 48926 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 7, 2013 2:36:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r48924 r48926 296 296 $(foreach kext,$(VBOX_DI_KEXTS), \ 297 297 $(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root/$(kext).kext,org.virtualbox.app.kext.$(kext)) ) 298 $(foreach kext,$(VBOX_DI_KEXTS), $(NLTAB)codesign --verify --verbose 298 $(foreach kext,$(VBOX_DI_KEXTS), $(NLTAB)codesign --verify --verbose=1 $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root/$(kext).kext ) 299 299 endif 300 300 @# Set the correct owners.
Note:
See TracChangeset
for help on using the changeset viewer.