Changeset 68062 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Jul 20, 2017 11:05:15 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r68057 r68062 703 703 ifdef VBOX_UNATTENDED_TEMPLATES 704 704 # Unattended installation template scripts. 705 $(MKDIR) -p -m 0755 -- $(VBOX_PATH_VBOX_APP_TMP)/Contents/MacOS/UnattendedTemplates )705 $(MKDIR) -p -m 0755 -- $(VBOX_PATH_VBOX_APP_TMP)/Contents/MacOS/UnattendedTemplates 706 706 $(foreach file, $(VBOX_UNATTENDED_TEMPLATES) \ 707 707 ,$(INSTALL) -m 0655 $(VBOX_PATH_DIST)/VirtualBox.app/Contents/MacOS/UnattendedTemplates/$(file) \
Note:
See TracChangeset
for help on using the changeset viewer.