- Timestamp:
- Jun 29, 2016 9:40:52 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r61925 r61926 747 747 $(foreach bin, $(VBOX_DI_VBAPP_UNIVERSAL_PROGS) \ 748 748 , $(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(bin),org.virtualbox.app.macos.$(notdir $(bin))) ) 749 $(foreach file, $(filter %.xpt,$(VBOX_DI_VBAPP_MISC_FILES) \749 $(foreach file, $(filter %.xpt,$(VBOX_DI_VBAPP_MISC_FILES)) \ 750 750 , $(NLTAB)$(call VBOX_SIGN_FILE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(file),org.virtualbox.app.$(tolower $(subst $(SP),,$(subst /,.,$(file))))) ) 751 751 ifdef VBOX_NOT_OSX_105 ## @todo Move as much stuff out of MacOS/ as possible!!
Note:
See TracChangeset
for help on using the changeset viewer.